mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 04:21:24 +00:00
; Fix documentation of 'help-fns-describe-function-functions'
* lisp/help-fns.el (help-fns-describe-function-functions): Doc fix (bug#80291).
This commit is contained in:
parent
046f5ef018
commit
f7edfdcfd4
1 changed files with 2 additions and 2 deletions
|
|
@ -40,8 +40,8 @@
|
|||
|
||||
(defvar help-fns-describe-function-functions nil
|
||||
"List of functions to run in help buffer in `describe-function'.
|
||||
Those functions will be run after the header line and argument
|
||||
list was inserted, and before the documentation is inserted.
|
||||
Those functions will be run after the header line, the argument
|
||||
list, and the function's documentation are inserted.
|
||||
The functions will be called with one argument: the function's symbol.
|
||||
They can assume that a newline was output just before they were called,
|
||||
and they should terminate any of their own output with a newline.
|
||||
|
|
|
|||
Loading…
Reference in a new issue