texinfo-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Gavin D. Smith
Date: Tue, 21 Dec 2021 13:36:45 -0500 (EST)

branch: master
commit 2386f68e263239fda1c6021ec73753bfb4d1264c
Author: Alfred M. Szmidt <ams@gnu.org>
AuthorDate: Tue Dec 21 18:20:58 2021 +0000

    * doc/texinfo.texi (@code{@@format}): Add example input.
---
 ChangeLog        |  4 ++++
 doc/texinfo.texi | 18 +++++++++++++++++-
 2 files changed, 21 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 30e8629..6baf098 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2021-12-05  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
+
+       * doc/texinfo.texi (@code{@@format}): Add example input.
+
 2021-12-21  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Texinfo/Convert/HTML.pm (run_stage_handlers),
diff --git a/doc/texinfo.texi b/doc/texinfo.texi
index 1f8afc3..12af63e 100644
--- a/doc/texinfo.texi
+++ b/doc/texinfo.texi
@@ -6708,13 +6708,29 @@ indents the text, but does not fill it.
 
 The @code{@@format} command is similar to @code{@@display}, except it
 leaves the text unindented.  Like @code{@@display}, it does not select
-the fixed-width font.
+the fixed-width font.  Thus,
+
+@example
+@group
+@@format
+This is an example of text written between a @@code{@@@@format} command
+and an @@code{@@@@end format} command.  As you can see
+from this example,
+the @@code{@@@@format} command does not fill the text.
+@@end format
+@end group
+@end example
+
+@noindent
+produces
 
 @format
+@group
 This is an example of text written between a @code{@@format} command
 and an @code{@@end format} command.  As you can see
 from this example,
 the @code{@@format} command does not fill the text.
+@end group
 @end format
 
 



reply via email to

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