]> git.eshelyaron.com Git - emacs.git/commitdiff
(custom-magic-show): Use `other' widget type.
authorAndreas Schwab <schwab@suse.de>
Wed, 24 Jun 1998 09:36:08 +0000 (09:36 +0000)
committerAndreas Schwab <schwab@suse.de>
Wed, 24 Jun 1998 09:36:08 +0000 (09:36 +0000)
lisp/cus-edit.el

index 0007ecefbd7f89334e19130574c78b3b6d9a03ae..c975fd9525bec8213abe3be0a019cdce88b73c95 100644 (file)
@@ -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)