diff options
author | Glenn Morris <rgm@gnu.org> | 2008-11-06 03:40:06 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-11-06 03:40:06 +0000 |
commit | 6200ac6cb5b355c532a11ba62c07dcf83b476bcf (patch) | |
tree | b8d35c0a2eafbb6c297637076169571d207b40a5 /lisp/cus-edit.el | |
parent | ed778fada51bffe8e6d69aefe9279f6f64f7b508 (diff) | |
download | emacs-6200ac6cb5b355c532a11ba62c07dcf83b476bcf.tar.gz |
(custom-comment-tag): Doc fix.
(custom-comment): Use face names sans -face suffix rather than aliases.
Diffstat (limited to 'lisp/cus-edit.el')
-rw-r--r-- | lisp/cus-edit.el | 6 |
1 files 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) |