; Fix typos in help.texi
authorEli Zaretskii <eliz@gnu.org>
Wed, 9 Nov 2022 13:26:42 +0000 (15:26 +0200)
committerEli Zaretskii <eliz@gnu.org>
Wed, 9 Nov 2022 13:26:42 +0000 (15:26 +0200)
* doc/lispref/help.texi (Documentation Groups): Fix typos.
Reported by Yuan Fu <casouri@gmail.com>.  (Bug#59136)

doc/lispref/help.texi

index 65ad5f055422978810431aa1bea67e1af437191e..ee6fdb0dbbcc447633e6487664829e42bd6df79b 100644 (file)
@@ -980,8 +980,8 @@ In addition to function descriptions, the list can also have string
 elements, which are used to divide a documentation group into
 sections.
 
-@defun shortdoc-add-function shortdoc-add-function group section elem
-Lisp packages can add functions to groups with this command.  Each
+@defun shortdoc-add-function group section elem
+Lisp packages can add functions to groups with this function.  Each
 @var{elem} should be a function description, as described above.
 @var{group} is the function group, and @var{section} is what section
 in the function group to insert the function into.