diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-01-01 14:18:22 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-01-01 14:18:22 +0000 |
commit | 4bbe6176dcfcf45521a4cba56d134a07d08bb30b (patch) | |
tree | 40d4d86ea858d295529feb3ab8aae59d1f092370 /lisp/cus-face.el | |
parent | 6057489e9cf0f44d59fa596d988e1005ccd7d25b (diff) | |
download | emacs-4bbe6176dcfcf45521a4cba56d134a07d08bb30b.tar.gz |
(custom-face-attributes):
Fix :help-echo strings for :foreground and :background.
Diffstat (limited to 'lisp/cus-face.el')
-rw-r--r-- | lisp/cus-face.el | 4 |
1 files changed, 2 insertions, 2 deletions
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" |