Mercurial > emacs
changeset 22600:2f3b4c74e9a1
(custom-magic-show): Use `other' widget type.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Wed, 24 Jun 1998 09:36:08 +0000 |
parents | a9b371a8e835 |
children | 6eb4e6832d2d |
files | lisp/cus-edit.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/cus-edit.el Wed Jun 24 09:25:09 1998 +0000 +++ b/lisp/cus-edit.el Wed Jun 24 09:36:08 1998 +0000 @@ -1474,8 +1474,8 @@ "If non-nil, show textual description of the state. If `long', show a full-line description, not just one word." :type '(choice (const :tag "no" nil) - (const short) - (const long)) + (const long) + (other :tag "short" short)) :group 'custom-buffer) (defcustom custom-magic-show-hidden '(option face)