emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/cus-edit.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/cus-edit.el,v
Date: Thu, 06 Nov 2008 03:40:09 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/11/06 03:40:08

Index: cus-edit.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/cus-edit.el,v
retrieving revision 1.355
retrieving revision 1.356
diff -u -b -r1.355 -r1.356
--- cus-edit.el 1 Nov 2008 01:24:37 -0000       1.355
+++ cus-edit.el 6 Nov 2008 03:40:06 -0000       1.356
@@ -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)
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]