texinfo-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Gavin D. Smith
Date: Thu, 8 Apr 2021 15:18:58 -0400 (EDT)

branch: master
commit dc77af306c8b128c2fe502e364ce1f9f0953b932
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Thu Apr 8 20:13:00 2021 +0100

    * doc/texinfo.tex (\end): Add % after opening brace to
    prevent spurious space being added to the output.  Report
    from Werner Lemberg for "@end iftex".
---
 ChangeLog       | 6 ++++++
 doc/texinfo.tex | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index b3e0523..ca6fad0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2021-04-08  Gavin Smith  <gavinsmith0123@gmail.com>
+
+       * doc/texinfo.tex (\end): Add % after opening brace to
+       prevent spurious space being added to the output.  Report
+       from Werner Lemberg for "@end iftex".
+
 2021-03-27  Gavin Smith  <gavinsmith0123@gmail.com>
 
        * info/t/Init-test.inc (run_ginfo): Increase timeout for
diff --git a/doc/texinfo.tex b/doc/texinfo.tex
index 187bf80..7837291 100644
--- a/doc/texinfo.tex
+++ b/doc/texinfo.tex
@@ -3,7 +3,7 @@
 % Load plain if necessary, i.e., if running under initex.
 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
 %
-\def\texinfoversion{2021-03-23.21}
+\def\texinfoversion{2021-04-08.19}
 %
 % Copyright 1985, 1986, 1988, 1990-2021 Free Software Foundation, Inc.
 %
@@ -574,7 +574,7 @@
 
 
 % @end foo calls \checkenv and executes the definition of \Efoo.
-\parseargdef\end{
+\parseargdef\end{%
   \if 1\csname iscond.#1\endcsname
   \else
     % The general wording of \badenverr may not be ideal.



reply via email to

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