diff options
author | Per Abrahamsen <abraham@dina.kvl.dk> | 2001-11-07 07:56:02 +0000 |
---|---|---|
committer | Per Abrahamsen <abraham@dina.kvl.dk> | 2001-11-07 07:56:02 +0000 |
commit | 5519ece6d20bee418d3e90c6993ceb8a3018ce93 (patch) | |
tree | e78980606bf71d79bf7b533a2a742151d25cce0b /lisp/cus-edit.el | |
parent | 7a4564a4b4e0d24dcfac5507037c98c65de5056e (diff) | |
download | emacs-5519ece6d20bee418d3e90c6993ceb8a3018ce93.tar.gz |
2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
* cus-edit.el (custom-face-menu): Clarify menu entry.
Diffstat (limited to 'lisp/cus-edit.el')
-rw-r--r-- | lisp/cus-edit.el | 2 |
1 files changed, 1 insertions, 1 deletions
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. |