# HG changeset patch # User Richard M. Stallman # Date 1104589102 0 # Node ID da0a523ffb1703a7a7d0c410ff4d97ab7a47b402 # Parent 120ce8e206a50607c3d4bf7c49dcf6d7d6f25cb3 (custom-face-attributes): Fix :help-echo strings for :foreground and :background. diff -r 120ce8e206a5 -r da0a523ffb17 lisp/cus-face.el --- 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"