Variable: help-clean-buttons
help-clean-buttons is a customizable variable defined in
help-mode.el.gz.
Value
nil
Documentation
If non-nil, remove quotes around link buttons.
This variable was added, or its default value changed, in Emacs 29.1.
Probably introduced at or before Emacs version 29.1.
Source Code
;; Defined in /usr/src/emacs/lisp/help-mode.el.gz
(defcustom help-clean-buttons nil
"If non-nil, remove quotes around link buttons."
:version "29.1"
:type 'boolean
:group 'help)