summaryrefslogtreecommitdiff
path: root/lisp/cus-face.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2005-01-01 14:18:22 +0000
committerRichard M. Stallman <rms@gnu.org>2005-01-01 14:18:22 +0000
commit4bbe6176dcfcf45521a4cba56d134a07d08bb30b (patch)
tree40d4d86ea858d295529feb3ab8aae59d1f092370 /lisp/cus-face.el
parent6057489e9cf0f44d59fa596d988e1005ccd7d25b (diff)
downloademacs-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.el4
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"