From: Glenn Morris Date: Thu, 6 Nov 2008 03:40:06 +0000 (+0000) Subject: (custom-comment-tag): Doc fix. X-Git-Tag: emacs-pretest-23.0.90~1952 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6200ac6cb5b355c532a11ba62c07dcf83b476bcf;p=emacs.git (custom-comment-tag): Doc fix. (custom-comment): Use face names sans -face suffix rather than aliases. --- 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)