diff lisp/cus-edit.el @ 40800:0493dde6ec7d

2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk> * cus-edit.el (custom-face-menu): Clarify menu entry.
author Per Abrahamsen <abraham@dina.kvl.dk>
date Wed, 07 Nov 2001 07:56:02 +0000
parents 1b4259bc2f74
children f49e883aeab2
line wrap: on
line diff
--- a/lisp/cus-edit.el	Wed Nov 07 06:26:29 2001 +0000
+++ b/lisp/cus-edit.el	Wed Nov 07 07:56:02 2001 +0000
@@ -2829,7 +2829,7 @@
     ("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.