texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * doc/texinfo.tex: Fix two misspellings in commen


From: Gavin D. Smith
Subject: branch master updated: * doc/texinfo.tex: Fix two misspellings in comments. Originally reported by Josh Soref <address@hidden> in: https://lists.gnu.org/r/bug-gnulib/2023-06/msg00057.html
Date: Sat, 10 Jun 2023 06:32:47 -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 aac71d09c4 * doc/texinfo.tex: Fix two misspellings in comments. 
Originally reported by Josh Soref <jsoref@gmail.com> in: 
https://lists.gnu.org/r/bug-gnulib/2023-06/msg00057.html
aac71d09c4 is described below

commit aac71d09c4c3983be52011075536f8028315c783
Author: Paul Eggert <eggert@cs.ucla.edu>
AuthorDate: Sat Jun 10 11:32:26 2023 +0100

    * doc/texinfo.tex: Fix two misspellings in comments.
    Originally reported by Josh Soref <jsoref@gmail.com> in:
    https://lists.gnu.org/r/bug-gnulib/2023-06/msg00057.html
---
 ChangeLog       | 6 ++++++
 doc/texinfo.tex | 6 +++---
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index ab6428a3c0..8971f9a198 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2023-06-10  Paul Eggert <eggert@cs.ucla.edu>
+
+       * doc/texinfo.tex: Fix two misspellings in comments.
+       Originally reported by Josh Soref <jsoref@gmail.com> in:
+       https://lists.gnu.org/r/bug-gnulib/2023-06/msg00057.html
+
 2023-06-05  Gavin Smith <gavinsmith0123@gmail.com>
 
        * NEWS: Correct name of new variable.
diff --git a/doc/texinfo.tex b/doc/texinfo.tex
index 9e66eeb720..32b5435104 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{2023-04-06.21}
+\def\texinfoversion{2023-06-08.14}
 %
 % Copyright 1985, 1986, 1988, 1990-2023 Free Software Foundation, Inc.
 %
@@ -5783,7 +5783,7 @@ might help (with 'rm \jobname.?? \jobname.??s')%
   % below is chosen so that the gutter has the same value (well, +-<1pt)
   % as it did when we hard-coded it.
   %
-  % We put the result in a separate register, \doublecolumhsize, so we
+  % We put the result in a separate register, \doublecolumnhsize, so we
   % can restore it in \pagesofar, after \hsize itself has (potentially)
   % been clobbered.
   %
@@ -8180,7 +8180,7 @@ might help (with 'rm \jobname.?? \jobname.??s')%
 % Read recursive and nonrecursive macro bodies. (They're different since
 % rec and nonrec macros end differently.)
 % 
-% We are in \macrobodyctxt, and the \xdef causes backslashshes in the macro 
+% We are in \macrobodyctxt, and the \xdef causes backslashes in the macro
 % body to be transformed.
 % Set \macrobody to the body of the macro, and call \macrodef.
 %



reply via email to

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