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:
parent
ed737bf113
commit
c992338c72
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user