emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master dcfed86: ; * lisp/help-fns.el (help-fns-describe-function-functio


From: Stefan Kangas
Subject: master dcfed86: ; * lisp/help-fns.el (help-fns-describe-function-functions): Fix typo.
Date: Sun, 11 Oct 2020 13:33:35 -0400 (EDT)

branch: master
commit dcfed86cc6334a603c90014e25baa0940d438df4
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    ; * lisp/help-fns.el (help-fns-describe-function-functions): Fix typo.
---
 lisp/help-fns.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/help-fns.el b/lisp/help-fns.el
index 07b4c40..170f497 100644
--- a/lisp/help-fns.el
+++ b/lisp/help-fns.el
@@ -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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]