From: Per Abrahamsen Date: Wed, 7 Nov 2001 07:56:02 +0000 (+0000) Subject: 2001-11-07 Per Abrahamsen X-Git-Tag: ttn-vms-21-2-B4~18766 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5519ece6d20bee418d3e90c6993ceb8a3018ce93;p=emacs.git 2001-11-07 Per Abrahamsen * cus-edit.el (custom-face-menu): Clarify menu entry. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c0951c1588a..3182f93ddd9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2001-11-07 Per Abrahamsen + + * cus-edit.el (custom-face-menu): Clarify menu entry. + 2001-11-07 Miles Bader * paren.el (show-paren-match-face): Add dark-background variant. diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 06135b190c0..9bb0b7750ab 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -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.