]> git.eshelyaron.com Git - emacs.git/commitdiff
(custom-comment-tag): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Thu, 6 Nov 2008 03:40:06 +0000 (03:40 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 6 Nov 2008 03:40:06 +0000 (03:40 +0000)
(custom-comment): Use face names sans -face suffix rather than aliases.

lisp/cus-edit.el

index c32dba5bbe25e4fc5c653053179bb70e53d3846c..fb067451661ed11707949eb7ed4b56a2a739e05c 100644 (file)
@@ -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)