Variable: custom-magic-show
custom-magic-show is a customizable variable defined in
cus-edit.el.gz.
Value
long
Documentation
If non-nil, show textual description of the state.
If long, show a full-line description, not just one word.
Source Code
;; Defined in /usr/src/emacs/lisp/cus-edit.el.gz
(defcustom custom-magic-show 'long
"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 long)
(other :tag "short" short))
:group 'custom-buffer)