summaryrefslogtreecommitdiff
path: root/lisp/cus-edit.el
diff options
context:
space:
mode:
authorPer Abrahamsen <abraham@dina.kvl.dk>2001-11-07 07:56:02 +0000
committerPer Abrahamsen <abraham@dina.kvl.dk>2001-11-07 07:56:02 +0000
commit5519ece6d20bee418d3e90c6993ceb8a3018ce93 (patch)
treee78980606bf71d79bf7b533a2a742151d25cce0b /lisp/cus-edit.el
parent7a4564a4b4e0d24dcfac5507037c98c65de5056e (diff)
downloademacs-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.el2
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.