Variable: custom-buffer-verbose-help

custom-buffer-verbose-help is a customizable variable defined in cus-edit.el.gz.

Value

t

Documentation

If non-nil, include explanatory text in the customization buffer.

Source Code

;; Defined in /usr/src/emacs/lisp/cus-edit.el.gz
(defcustom custom-buffer-verbose-help t
  "If non-nil, include explanatory text in the customization buffer."
  :type 'boolean
  :group 'custom-buffer)