Mercurial > emacs
changeset 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 | 79677ae208f0 |
children | f49e883aeab2 |
files | lisp/ChangeLog lisp/cus-edit.el |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Nov 07 06:26:29 2001 +0000 +++ b/lisp/ChangeLog Wed Nov 07 07:56:02 2001 +0000 @@ -1,3 +1,7 @@ +2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk> + + * cus-edit.el (custom-face-menu): Clarify menu entry. + 2001-11-07 Miles Bader <miles@gnu.org> * paren.el (show-paren-match-face): Add dark-background variant.
--- 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.