; * lisp/help-fns.el (help-fns-describe-function-functions): Fix typo.

This commit is contained in:
Stefan Kangas 2020-10-11 19:32:55 +02:00
parent 4b84095d23
commit dcfed86cc6

View file

@ -40,7 +40,7 @@
(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 be inserted.
list was inserted, and before the documentation is 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.