File: help-fns.el.html
This file contains those help commands which are complicated, and
which may not be used in every session. For example
describe-function will probably be heavily used when doing elisp
programming, but not if just editing C files. Simpler help commands
are in help.el
Defined variables (19)
describe-function-orig-buffer | Buffer that was current when ‘describe-function’ was invoked. |
describe-mode-outline | Non-nil enables outlines in the output buffer of ‘describe-mode’. |
describe-widget-functions | A list of functions for ‘describe-widget’ to call. |
help-definition-prefixes | Radix-tree representation replacing ‘definition-prefixes’. |
help-display-function-type | Whether to display type specifiers of functions in "*Help*" buffers. |
help-downcase-arguments | If non-nil, argument names in *Help* buffers are downcased. |
help-enable-completion-auto-load | Whether completion for Help commands can perform autoloading. |
help-enable-completion-autoload | Whether completion for Help commands can perform autoloading. |
help-enable-symbol-autoload | Perform autoload if docs are missing from autoload objects. |
help-enable-variable-value-editing | If non-nil, allow editing variable values in *Help* buffers. |
help-fns--activated-functions | Internal variable let-bound to help functions that have triggered. |
help-fns--edit-value-mode-abbrev-table | Abbrev table for ‘help-fns--edit-value-mode’. |
help-fns--edit-value-mode-hook | Hook run after entering ‘help-fns--edit-value-mode’. |
help-fns--edit-value-mode-map | Keymap for ‘help-fns--edit-value-mode’. |
help-fns--edit-value-mode-syntax-table | Syntax table for ‘help-fns--edit-value-mode’. |
help-fns-describe-face-functions | List of functions to run in help buffer in ‘describe-face’. |
help-fns-describe-function-functions | List of functions to run in help buffer in ‘describe-function’. |
help-fns-describe-variable-functions | List of functions to run in help buffer in ‘describe-variable’. |
keymap-name-history | History for input to ‘describe-keymap’. |