emacs-diffs
[Top][All Lists]
Advanced

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

master 7c7e12405b: ; Fix typos in help.texi


From: Eli Zaretskii
Subject: master 7c7e12405b: ; Fix typos in help.texi
Date: Wed, 9 Nov 2022 08:27:25 -0500 (EST)

branch: master
commit 7c7e12405b1dbc3b7eb964972ba5d7b258439a14
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; Fix typos in help.texi
    
    * doc/lispref/help.texi (Documentation Groups): Fix typos.
    Reported by Yuan Fu <casouri@gmail.com>.  (Bug#59136)
---
 doc/lispref/help.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/lispref/help.texi b/doc/lispref/help.texi
index 65ad5f0554..ee6fdb0dbb 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.



reply via email to

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