diff lisp/cus-edit.el @ 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 22caa22b7399
line wrap: on
line diff
--- 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.