mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-22 07:09:54 +00:00
(custom-face-attributes): Add "None" choice to :stipple.
This commit is contained in:
parent
8da6e2a1be
commit
675f1fcb15
@ -201,9 +201,12 @@
|
||||
|
||||
(:stipple
|
||||
(choice :tag "Stipple"
|
||||
:help-echo "Name of background bitmap file."
|
||||
:help-echo "Background bit-mask"
|
||||
(const :tag "*" nil)
|
||||
(file :tag "File" :must-match t)))
|
||||
(const :tag "None" off)
|
||||
(file :tag "File"
|
||||
:help-echo "Name of bitmap file."
|
||||
:must-match t)))
|
||||
|
||||
(:inherit
|
||||
(repeat :tag "Inherit"
|
||||
|
Loading…
Reference in New Issue
Block a user