[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * doc/texinfo.tex (\deftypeline): Read arguments
From: |
Gavin D. Smith |
Subject: |
branch master updated: * doc/texinfo.tex (\deftypeline): Read arguments correctly, in the same way as \deftypefn. |
Date: |
Fri, 28 Jul 2023 17:11:06 -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 98d8533116 * doc/texinfo.tex (\deftypeline): Read arguments correctly,
in the same way as \deftypefn.
98d8533116 is described below
commit 98d8533116fefcda737ca34cd3c41ccb940e868c
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Fri Jul 28 22:10:58 2023 +0100
* doc/texinfo.tex (\deftypeline): Read arguments correctly, in
the same way as \deftypefn.
---
ChangeLog | 5 +++++
doc/texinfo.tex | 8 ++++++--
2 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index c2ba52bf90..69bab3aca7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-07-28 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * doc/texinfo.tex (\deftypeline): Read arguments correctly, in
+ the same way as \deftypefn.
+
2023-07-28 Patrice Dumas <pertusus@free.fr>
* tp/Texinfo/Common.pm (element_associated_processing_encoding):
diff --git a/doc/texinfo.tex b/doc/texinfo.tex
index d9fee3bba4..fd81813f52 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-07-27.21}
+\def\texinfoversion{2023-07-28.21}
%
% Copyright 1985, 1986, 1988, 1990-2023 Free Software Foundation, Inc.
%
@@ -7709,9 +7709,13 @@ might help (with 'rm \jobname.?? \jobname.??s')%
\def\deflineheader#1 #2 #3\endheader{%
\printdefname{#1}{}{#2}\magicamp\defunargs{#3\unskip}%
}
+
\def\deftypeline{%
\doingtypefntrue
- \parseargusing\activeparens{\printdefunline\deflineheader}%
+ \parseargusing\activeparens{\printdefunline\deftypelineheader}%
+}
+\def\deftypelineheader#1 #2 #3 #4\endheader{%
+ \printdefname{#1}{#2}{#3}\magicamp\defunargs{#4\unskip}%
}
% \makedefun{deffoo} (\deffooheader parameters) { (\deffooheader expansion) }
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * doc/texinfo.tex (\deftypeline): Read arguments correctly, in the same way as \deftypefn.,
Gavin D. Smith <=