texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * doc/texinfo.tex (\makedefun): Edit comment. No


From: Gavin D. Smith
Subject: branch master updated: * doc/texinfo.tex (\makedefun): Edit comment. No functional change.
Date: Sat, 30 Jul 2022 08:34:14 -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 32d0eb824d * doc/texinfo.tex (\makedefun): Edit comment.  No 
functional change.
32d0eb824d is described below

commit 32d0eb824d316d77403a3682e828ff50d88582db
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sat Jul 30 13:33:20 2022 +0100

    * doc/texinfo.tex (\makedefun): Edit comment.  No functional change.
---
 ChangeLog       |  4 ++++
 doc/texinfo.tex | 12 +++---------
 2 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 791b4b5864..bf5ad70a6a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2022-07-30  Gavin Smith  <gavinsmith0123@gmail.com>
+
+       * doc/texinfo.tex (\makedefun): Edit comment.  No functional change.
+
 2022-07-30  Patrice Dumas  <pertusus@free.fr>
 
        Explicit data dir for modules in ModulePath
diff --git a/doc/texinfo.tex b/doc/texinfo.tex
index e626e19998..02bbbbaff6 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-29.16}
+\def\texinfoversion{2022-07-30.12}
 %
 % Copyright 1985, 1986, 1988, 1990-2022 Free Software Foundation, Inc.
 %
@@ -7604,21 +7604,15 @@ might help (with 'rm \jobname.?? \jobname.??s')%
 
 \def\Edefun{\endgraf\medbreak}
 
-% \makedefun{deffn} creates \deffn, \deffnx and \Edeffn;
-% the only thing remaining is to define \deffnheader.
+% \makedefun{deffoo}{ (definition of \deffooheader) }
 %
+% Define \deffoo, \deffoox  \Edeffoo and \deffooheader.
 \def\makedefun#1{%
   \expandafter\let\csname E#1\endcsname = \Edefun
   \edef\temp{\noexpand\domakedefun
     \makecsname{#1}\makecsname{#1x}\makecsname{#1header}}%
   \temp
 }
-
-% \domakedefun \deffn \deffnx \deffnheader { (defn. of \deffnheader) }
-%
-% Define \deffn and \deffnx, without parameters.
-% \deffnheader has to be defined explicitly.
-%
 \def\domakedefun#1#2#3{%
   \envdef#1{%
     \startdefun



reply via email to

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