]> git.eshelyaron.com Git - emacs.git/commitdiff
2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
authorPer Abrahamsen <abraham@dina.kvl.dk>
Wed, 7 Nov 2001 07:56:02 +0000 (07:56 +0000)
committerPer Abrahamsen <abraham@dina.kvl.dk>
Wed, 7 Nov 2001 07:56:02 +0000 (07:56 +0000)
* cus-edit.el (custom-face-menu): Clarify menu entry.

lisp/ChangeLog
lisp/cus-edit.el

index c0951c1588a23fa94997e7345e8d21be8f2f9160..3182f93ddd984bfa62186de960d5011af930594c 100644 (file)
@@ -1,3 +1,7 @@
+2001-11-07  Per Abrahamsen  <abraham@dina.kvl.dk>
+
+       * cus-edit.el (custom-face-menu): Clarify menu entry.
+
 2001-11-07  Miles Bader  <miles@gnu.org>
 
        * paren.el (show-paren-match-face): Add dark-background variant.
index 06135b190c0341274e8505059798a5fd636c5cef..9bb0b7750abf23db7cdf3a85d609d6c0b32f9223 100644 (file)
@@ -2829,7 +2829,7 @@ SPEC must be a full face spec."
     ("Just current attributes" custom-face-edit-selected
      (lambda (widget)
        (not (eq (widget-get widget :custom-form) 'selected))))
-    ("Show as Lisp expression" custom-face-edit-lisp
+    ("Show initial Lisp expression" custom-face-edit-lisp
      (lambda (widget)
        (not (eq (widget-get widget :custom-form) 'lisp)))))
   "Alist of actions for the `custom-face' widget.