Variable: help-link-key-to-documentation

help-link-key-to-documentation is a customizable variable defined in help.el.gz.

Value

t

Documentation

Non-nil means link keys to their command in *Help* buffers.

This affects \\[command] substitutions in documentation strings done by substitute-command-keys.

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.el.gz
(defcustom help-link-key-to-documentation t
  "Non-nil means link keys to their command in *Help* buffers.
This affects \\\\=\\[command] substitutions in documentation
strings done by `substitute-command-keys'."
  :type 'boolean
  :version "29.1"
  :group 'help)