texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * doc/texinfo.texi (@lisp): Revert change to "@ex


From: Gavin D. Smith
Subject: branch master updated: * doc/texinfo.texi (@lisp): Revert change to "@example lisp" because this node is specifically about @lisp.
Date: Mon, 17 Oct 2022 15:50:20 -0400

This is an automated email from the git hooks/post-receive script.

gavin pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new 60b1f82c8e * doc/texinfo.texi (@lisp): Revert change to "@example 
lisp" because this node is specifically about @lisp.
60b1f82c8e is described below

commit 60b1f82c8e531ce335c6d75e08032ceb9c40462a
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Mon Oct 17 20:50:11 2022 +0100

    * doc/texinfo.texi (@lisp): Revert change to "@example lisp"
    because this node is specifically about @lisp.
---
 ChangeLog        | 5 +++++
 doc/texinfo.texi | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 7b6ab29c78..ff6b40dbdf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-10-17  Gavin Smith  <gavinsmith0123@gmail.com>
+
+       * doc/texinfo.texi (@lisp): Revert change to "@example lisp"
+       because this node is specifically about @lisp.
+
 2022-10-17  Gavin Smith  <gavinsmith0123@gmail.com>
 
        * doc/texinfo.texi (@quotation): Revert recent changes to
diff --git a/doc/texinfo.texi b/doc/texinfo.texi
index 0331e01418..9f444aa8c0 100644
--- a/doc/texinfo.texi
+++ b/doc/texinfo.texi
@@ -6777,7 +6777,7 @@ Example lisp code
 @@end example
 @end example
 
-Use @code{@@example lisp} to preserve information regarding the nature of
+Use @code{@@lisp} to preserve information regarding the nature of
 the example.  This is useful, for example, if you write a function
 that evaluates only and all the Lisp code in a Texinfo file.  Then you
 can use the Texinfo file as a Lisp library.



reply via email to

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