1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

(custom-magic-show): Use `other' widget type.

This commit is contained in:
Andreas Schwab 1998-06-24 09:36:08 +00:00
parent ed737bf113
commit c992338c72

View 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)