]> git.eshelyaron.com Git - emacs.git/commitdiff
(custom-face-attributes): Add "None" choice to :stipple.
authorMiles Bader <miles@gnu.org>
Sat, 25 Nov 2000 02:56:16 +0000 (02:56 +0000)
committerMiles Bader <miles@gnu.org>
Sat, 25 Nov 2000 02:56:16 +0000 (02:56 +0000)
lisp/cus-face.el

index 62f5cb57a82b7ac89a9a8f20b4230d702d5c5787..7c4930ff990c729ecdabb447b2957df8820cc240 100644 (file)
     
     (: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"