From 4bbe6176dcfcf45521a4cba56d134a07d08bb30b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 1 Jan 2005 14:18:22 +0000 Subject: [PATCH] (custom-face-attributes): Fix :help-echo strings for :foreground and :background. --- lisp/cus-face.el | 4 ++-- 1 file 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" -- 2.39.5