]> git.eshelyaron.com Git - emacs.git/commitdiff
Backed out last change.
authorPer Abrahamsen <abraham@dina.kvl.dk>
Wed, 7 Nov 2001 08:03:55 +0000 (08:03 +0000)
committerPer Abrahamsen <abraham@dina.kvl.dk>
Wed, 7 Nov 2001 08:03:55 +0000 (08:03 +0000)
lisp/ChangeLog
lisp/cus-edit.el

index 3182f93ddd984bfa62186de960d5011af930594c..c0951c1588a23fa94997e7345e8d21be8f2f9160 100644 (file)
@@ -1,7 +1,3 @@
-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 9bb0b7750abf23db7cdf3a85d609d6c0b32f9223..06135b190c0341274e8505059798a5fd636c5cef 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 initial Lisp expression" custom-face-edit-lisp
+    ("Show as Lisp expression" custom-face-edit-lisp
      (lambda (widget)
        (not (eq (widget-get widget :custom-form) 'lisp)))))
   "Alist of actions for the `custom-face' widget.