Variable: custom-variable-default-form
custom-variable-default-form is a customizable variable defined in
cus-edit.el.gz.
Value
edit
Documentation
Default form of displaying variable values.
This variable was added, or its default value changed, in Emacs 20.3.
Source Code
;; Defined in /usr/src/emacs/lisp/cus-edit.el.gz
(defcustom custom-variable-default-form 'edit
"Default form of displaying variable values."
:type '(choice (const edit)
(const lisp))
:group 'custom-buffer
:version "20.3")