summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2022-11-09 15:26:42 +0200
committerEli Zaretskii <eliz@gnu.org>2022-11-09 15:26:42 +0200
commit7c7e12405b1dbc3b7eb964972ba5d7b258439a14 (patch)
treec24113dc281e8e19363352764f7db43eae85652b /doc
parent4bd5ac04a3b11228c8b7a9c7144503267bb8b9b4 (diff)
downloademacs-7c7e12405b1dbc3b7eb964972ba5d7b258439a14.tar.gz
; Fix typos in help.texi
* doc/lispref/help.texi (Documentation Groups): Fix typos. Reported by Yuan Fu <casouri@gmail.com>. (Bug#59136)
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/help.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/help.texi b/doc/lispref/help.texi
index 65ad5f05542..ee6fdb0dbbc 100644
--- a/doc/lispref/help.texi
+++ b/doc/lispref/help.texi
@@ -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.