From: Richard M. Stallman Date: Sat, 1 Jan 2005 14:18:22 +0000 (+0000) Subject: (custom-face-attributes): X-Git-Tag: ttn-vms-21-2-B4~2990 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4bbe6176dcfcf45521a4cba56d134a07d08bb30b;p=emacs.git (custom-face-attributes): Fix :help-echo strings for :foreground and :background. --- diff --git a/lisp/cus-face.el b/lisp/cus-face.el index e3134e8f1ea..0f3f6018cfc 100644 --- a/lisp/cus-face.el +++ b/lisp/cus-face.el @@ -195,11 +195,11 @@ (: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"