From: Andreas Schwab Date: Wed, 24 Jun 1998 09:36:08 +0000 (+0000) Subject: (custom-magic-show): Use `other' widget type. X-Git-Tag: emacs-20.3~479 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c992338c7273e9a5728469dc98c4a0cbaa6c2dfb;p=emacs.git (custom-magic-show): Use `other' widget type. --- diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 0007ecefbd7..c975fd9525b 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -1474,8 +1474,8 @@ The list should be sorted most significant first.") "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)