]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/help-fns.el (help-fns-describe-function-functions): Fix typo.
authorStefan Kangas <stefan@marxist.se>
Sun, 11 Oct 2020 17:32:55 +0000 (19:32 +0200)
committerStefan Kangas <stefan@marxist.se>
Sun, 11 Oct 2020 17:32:55 +0000 (19:32 +0200)
lisp/help-fns.el

index 07b4c406f0ca9461edc396cd9e40820df76cbbd5..170f497541a5dc984e46c10f80ddc51700181015 100644 (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.