]> git.eshelyaron.com Git - emacs.git/commitdiff
(custom-face-attributes):
authorRichard M. Stallman <rms@gnu.org>
Sat, 1 Jan 2005 14:18:22 +0000 (14:18 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 1 Jan 2005 14:18:22 +0000 (14:18 +0000)
Fix :help-echo strings for :foreground and :background.

lisp/cus-face.el

index e3134e8f1ea8f378765182a0d154cf0375eddc7f..0f3f6018cfc06f365cbf414deb5048870b003b26 100644 (file)
 
     (:foreground
      (color :tag "Foreground"
-           :help-echo "Set foreground color."))
+           :help-echo "Set foreground color (name or #RRGGBB hex spec)."))
 
     (:background
      (color :tag "Background"
-           :help-echo "Set background color."))
+           :help-echo "Set background color (name or #RRGGBB hex spec)."))
 
     (:stipple
      (choice :tag "Stipple"