texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: @set txidefnamenospace


From: Gavin D. Smith
Subject: branch master updated: @set txidefnamenospace
Date: Wed, 27 Jul 2022 10:35:53 -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 23935646e9 @set txidefnamenospace
23935646e9 is described below

commit 23935646e909f43a6ab10ededb5b647c3d61af0d
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Wed Jul 27 15:35:43 2022 +0100

    @set txidefnamenospace
    
    * doc/texinfo.tex (\defname):
    Use '@set txidefnamenospace' instead of '@clear txidefnamespace'
    to omit space.  This will ease implementation in the XS parser as
    it means we don't need to have flags set by default.
---
 ChangeLog       | 9 +++++++++
 doc/texinfo.tex | 7 ++-----
 2 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 1daa6cf383..0c183c0e48 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2022-07-27  Gavin Smith  <gavinsmith0123@gmail.com>
+
+       @set txidefnamenospace
+
+       * doc/texinfo.tex (\defname):
+       Use '@set txidefnamenospace' instead of '@clear txidefnamespace'
+       to omit space.  This will ease implementation in the XS parser as
+       it means we don't need to have flags set by default.
+
 2022-07-27  Gavin Smith  <gavinsmith0123@gmail.com>
 
        * tp/Texinfo/Convert/LaTeX.pm (_convert) <@def*>:
diff --git a/doc/texinfo.tex b/doc/texinfo.tex
index 418cb03511..a1505769cf 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{2022-07-26.19}
+\def\texinfoversion{2022-07-27.14}
 %
 % Copyright 1985, 1986, 1988, 1990-2022 Free Software Foundation, Inc.
 %
@@ -7837,7 +7837,7 @@ might help (with 'rm \jobname.?? \jobname.??s')%
     \fi           % no return type
     #3% output function name
   }%
-  \expandafter\ifx\csname SETtxidefnamespace\endcsname\relax\else
+  \expandafter\ifx\csname SETtxidefnamenospace\endcsname\relax
     {\rm\enskip}% hskip 0.5 em of \rmfont
   \fi
   %
@@ -7845,9 +7845,6 @@ might help (with 'rm \jobname.?? \jobname.??s')%
   % arguments will be output next, if any.
 }
 
-% Use "@clear txidefnamespace" to omit space after definition name
-\set txidefnamespace
-
 % Print arguments in slanted roman (not ttsl), inconsistently with using
 % tt for the name.  This is because literal text is sometimes needed in
 % the argument list (groff manual), and ttsl and tt are not very



reply via email to

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