Mercurial > emacs
changeset 59278:da0a523ffb17
(custom-face-attributes):
Fix :help-echo strings for :foreground and :background.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 01 Jan 2005 14:18:22 +0000 |
parents | 120ce8e206a5 |
children | 565c4724abdc |
files | lisp/cus-face.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/cus-face.el Sat Jan 01 14:17:32 2005 +0000 +++ b/lisp/cus-face.el Sat Jan 01 14:18:22 2005 +0000 @@ -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"