groff-commit
[Top][All Lists]
Advanced

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

[groff] 05/07: doc/groff.texi (Conditional Blocks): Tweak.


From: G. Branden Robinson
Subject: [groff] 05/07: doc/groff.texi (Conditional Blocks): Tweak.
Date: Mon, 5 Jun 2023 21:30:43 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit f144cce0d1493266d614f75019b171779a041af4
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Mon Jun 5 08:42:54 2023 -0500

    doc/groff.texi (Conditional Blocks): Tweak.
---
 doc/groff.texi | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/doc/groff.texi b/doc/groff.texi
index 9c6293afb..8f8659c57 100644
--- a/doc/groff.texi
+++ b/doc/groff.texi
@@ -12828,7 +12828,8 @@ To conveniently nest conditionals, keep reading.
 It is frequently desirable for a control structure to govern more than
 one request, macro call, text line, or a combination of the foregoing.
 The opening and closing brace escape sequences @code{\@{} and @code{\@}}
-perform such grouping; such @dfn{conditional blocks} can be nested.
+define such groups.  These @dfn{conditional blocks} can furthermore be
+nested.
 
 @DefescList {\@\{, , , }
 @DefescListEnd {\@\}, , , }
@@ -12846,9 +12847,9 @@ perform such grouping; such @dfn{conditional blocks} 
can be nested.
 @cindex closing brace escape sequence (@code{\@})}
 @cindex brace escape sequence, opening (@code{\@})}
 @cindex brace escape sequence, closing (@code{\@})}
-@code{\@{} begins a conditional block; it @code{\@{} must appear (after
-optional spaces and tabs) immediately subsequent to the conditional
-expression of an @code{if}, @code{ie}, or @code{while}
+@code{\@{} begins a conditional block; it must appear (after optional
+spaces and tabs) immediately subsequent to the conditional expression of
+an @code{if}, @code{ie}, or @code{while}
 request,@footnote{@xref{while}.} or as the argument to an @code{el}
 request.
 



reply via email to

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