mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-22 07:09:54 +00:00
; * lisp/help-fns.el (help-display-function-type): Doc fix (bug#65288).
This commit is contained in:
parent
722559155d
commit
f01a94fc58
@ -153,7 +153,12 @@ edited even if this option is enabled."
|
||||
:version "28.1")
|
||||
|
||||
(defcustom help-display-function-type t
|
||||
"If non-nil, display the type of a function when available."
|
||||
"Whether to display type specifiers of functions in \"*Help*\" buffers.
|
||||
|
||||
The type specifier of a function is returned by `comp-function-type-spec',
|
||||
which see. When this variable is non-nil, \\[describe-function] will \
|
||||
display the function's
|
||||
type specifier when available."
|
||||
:type 'boolean
|
||||
:group 'help
|
||||
:version "30.1")
|
||||
|
Loading…
Reference in New Issue
Block a user