changeset 99403:e0a169f45c0e

(custom-comment-tag): Doc fix. (custom-comment): Use face names sans -face suffix rather than aliases.
author Glenn Morris <rgm@gnu.org>
date Thu, 06 Nov 2008 03:40:06 +0000
parents d0dc678bbb96
children 16c6946eeb2e
files lisp/cus-edit.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/cus-edit.el	Thu Nov 06 00:49:23 2008 +0000
+++ b/lisp/cus-edit.el	Thu Nov 06 03:40:06 2008 +0000
@@ -2378,7 +2378,7 @@
     (((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 @@
   "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)