aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/cus-face.el7
1 files changed, 5 insertions, 2 deletions
diff --git a/lisp/cus-face.el b/lisp/cus-face.el
index 62f5cb57a82..7c4930ff990 100644
--- a/lisp/cus-face.el
+++ b/lisp/cus-face.el
@@ -201,9 +201,12 @@
201 201
202 (:stipple 202 (:stipple
203 (choice :tag "Stipple" 203 (choice :tag "Stipple"
204 :help-echo "Name of background bitmap file." 204 :help-echo "Background bit-mask"
205 (const :tag "*" nil) 205 (const :tag "*" nil)
206 (file :tag "File" :must-match t))) 206 (const :tag "None" off)
207 (file :tag "File"
208 :help-echo "Name of bitmap file."
209 :must-match t)))
207 210
208 (:inherit 211 (:inherit
209 (repeat :tag "Inherit" 212 (repeat :tag "Inherit"