[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Gavin D. Smith |
Date: |
Tue, 26 Nov 2024 13:52:56 -0500 (EST) |
branch: master
commit 51851f91176e1552921f2fad39636f5f77615efb
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Tue Nov 26 18:50:11 2024 +0000
* doc/texinfo.texi (texi2any Printed Output):
Change @a4paper to @afourpaper in command as the former is
a mistake. (Texinfo commands do not have digits in them.)
---
ChangeLog | 6 ++++++
doc/texinfo.texi | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 09d63c8b42..353f6be75d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-11-26 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * doc/texinfo.texi (texi2any Printed Output):
+ Change @a4paper to @afourpaper in command as the former is
+ a mistake. (Texinfo commands do not have digits in them.)
+
2024-11-26 Gavin Smith <gavinsmith0123@gmail.com>
* doc/texinfo.texi (Syntax Highlighting): Add warning about
diff --git a/doc/texinfo.texi b/doc/texinfo.texi
index 5c2c5fd032..d7032510d4 100644
--- a/doc/texinfo.texi
+++ b/doc/texinfo.texi
@@ -15293,13 +15293,13 @@ to construct an arbitrary command line for
@command{texi2dvi}. For
example, running
@example
-texi2any --Xopt -t --Xopt @@a4paper --pdf foo.texi
+texi2any --Xopt -t --Xopt @@afourpaper --pdf foo.texi
@end example
@noindent is equivalent to running
@example
-texi2dvi -t @@a4paper --pdf foo.texi
+texi2dvi -t @@afourpaper --pdf foo.texi
@end example
@noindent except for the validity check.