From 6200ac6cb5b355c532a11ba62c07dcf83b476bcf Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 6 Nov 2008 03:40:06 +0000 Subject: [PATCH] (custom-comment-tag): Doc fix. (custom-comment): Use face names sans -face suffix rather than aliases. --- lisp/cus-edit.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index c32dba5bbe2..fb067451661 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -2378,7 +2378,7 @@ If INITIAL-STRING is non-nil, use that rather than \"Parent groups:\"." (((class grayscale) (background dark)) (:foreground "LightGray" :weight bold :slant italic)) (t (:weight bold))) - "Face used for variables or faces comment tags." + "Face used for the comment tag on variables or faces." :group 'custom-faces) ;; backward-compatibility alias (put 'custom-comment-tag-face 'face-alias 'custom-comment-tag) @@ -2387,8 +2387,8 @@ If INITIAL-STRING is non-nil, use that rather than \"Parent groups:\"." "User comment." :tag "Comment" :help-echo "Edit a comment here." - :sample-face 'custom-comment-tag-face - :value-face 'custom-comment-face + :sample-face 'custom-comment-tag + :value-face 'custom-comment :shown nil :create 'custom-comment-create) -- 2.39.2