[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * doc/texinfo.texi (@verbatim): Change [tab] to <
From: |
Gavin D. Smith |
Subject: |
branch master updated: * doc/texinfo.texi (@verbatim): Change [tab] to <tab> as is more usual in other parts of the manual. |
Date: |
Thu, 27 Jul 2023 06:15:56 -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 b07bab870a * doc/texinfo.texi (@verbatim): Change [tab] to <tab> as is
more usual in other parts of the manual.
b07bab870a is described below
commit b07bab870a79f55fb3baebb8edb95536646c6e4f
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Thu Jul 27 11:15:47 2023 +0100
* doc/texinfo.texi (@verbatim): Change [tab] to <tab> as is
more usual in other parts of the manual.
---
ChangeLog | 5 +++++
doc/texinfo.texi | 6 +++---
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index f9c50553ae..d082160cb0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-07-27 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * doc/texinfo.texi (@verbatim): Change [tab] to <tab> as is
+ more usual in other parts of the manual.
+
2023-07-26 Gavin Smith <gavinsmith0123@gmail.com>
TOC @subsubsection number alignment
diff --git a/doc/texinfo.texi b/doc/texinfo.texi
index 28a1cadcb2..c0ab4abc41 100644
--- a/doc/texinfo.texi
+++ b/doc/texinfo.texi
@@ -6737,14 +6737,14 @@ For example:
@example
@@verbatim
@{
-@var{[tab]}@@command with strange characters: @@'e
-expand@var{[tab]}me
+@var{<tab>}@@command with strange characters: @@'e
+expand@var{<tab>}me
@}
@@end verbatim
@end example
@noindent
-(where @var{[tab]} stands for a literal tab character). This produces:
+(where @var{<tab>} stands for a literal tab character). This produces:
@verbatim
{
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * doc/texinfo.texi (@verbatim): Change [tab] to <tab> as is more usual in other parts of the manual.,
Gavin D. Smith <=