changeset 33874:2dccf621b517

(custom-face-attributes): Add "None" choice to :stipple.
author Miles Bader <miles@gnu.org>
date Sat, 25 Nov 2000 02:56:16 +0000
parents 0c5bc441726c
children 0e201ecbecd0
files lisp/cus-face.el
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/cus-face.el	Sat Nov 25 02:39:18 2000 +0000
+++ b/lisp/cus-face.el	Sat Nov 25 02:56:16 2000 +0000
@@ -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"