Variable: help-for-help-use-variable-pitch

help-for-help-use-variable-pitch is a customizable variable defined in help-macro.el.gz.

Value

t

Documentation

If non-nil, help-for-help should use variable-pitch-mode.

This variable was added, or its default value changed, in Emacs 30.1.

Source Code

;; Defined in /usr/src/emacs/lisp/help-macro.el.gz
(defcustom help-for-help-use-variable-pitch t
  "If non-nil, `help-for-help' should use `variable-pitch-mode'."
  :type 'boolean
  :version "30.1"
  :group 'help)