changeset 40801:f49e883aeab2

Backed out last change.
author Per Abrahamsen <abraham@dina.kvl.dk>
date Wed, 07 Nov 2001 08:03:55 +0000
parents 0493dde6ec7d
children 82e6baf4446f
files lisp/ChangeLog lisp/cus-edit.el
diffstat 2 files changed, 1 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Nov 07 07:56:02 2001 +0000
+++ b/lisp/ChangeLog	Wed Nov 07 08:03:55 2001 +0000
@@ -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.
--- a/lisp/cus-edit.el	Wed Nov 07 07:56:02 2001 +0000
+++ b/lisp/cus-edit.el	Wed Nov 07 08:03:55 2001 +0000
@@ -2829,7 +2829,7 @@
     ("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.