gbranden pushed a commit to branch master
in repository groff.

commit c630973ca9259296c22e93ec4da6bd2b5989e9f6
Author: G. Branden Robinson <[email protected]>
AuthorDate: Thu Apr 30 23:29:00 2026 -0500

    doc/groff.texi.in: Parallelize wording.
    
    ...when discussing untokenized escape sequences.  (That's kind of a
    misnomer--they get "tokenized" just fine in copy mode.)
    
    * Fix copy-and-paste error.
    * Speak of "the formatter", not "GNU troff", when describing generally
      applicable *roff behavior.
    * Add footnoted forward references to the "Environment" section/node.
---
 doc/groff.texi.in | 23 +++++++++++++----------
 1 file changed, 13 insertions(+), 10 deletions(-)

diff --git a/doc/groff.texi.in b/doc/groff.texi.in
index b152bc577..80ded3914 100644
--- a/doc/groff.texi.in
+++ b/doc/groff.texi.in
@@ -12691,12 +12691,11 @@ for later use.
 
 @cindex @code{\f} escape sequence, untokenized on input
 @cindex untokenized escape sequence, @code{\f}
-GNU
-@command{troff} @c GNU
-does not tokenize
+The formatter does not tokenize
 @code{\f}
 when reading it;
-the escape sequence updates the environment.
+the escape sequence
+updates the environment.@footnote{@xref{Environments}.}
 It thus can be used in requests that expect a single-character argument.
 We can assign a font to a margin character
 as follows.@footnote{@xref{Output Line Annotation}.}
@@ -12872,7 +12871,8 @@ GNU
 does not tokenize
 @code{\F}
 when reading it;
-the escape sequence updates the environment.
+the escape sequence
+updates the environment.@footnote{@xref{Environments}.}
 It thus can be used in requests that expect a single-character argument.
 We can assign a font family to a margin character
 as follows.@footnote{@xref{Output Line Annotation}.}
@@ -15036,8 +15036,9 @@ wink, wink, \s+2nudge, nudge,\s+8 say no more!
 @cindex untokenized escape sequence, @code{\s}
 The formatter does not tokenize
 @code{\s}
-when reading its input;
-it instead updates the environment.
+when reading it;
+the escape sequence
+updates the environment.@footnote{@xref{Environments}.}
 It thus can be used in requests that expect a single-character argument.
 We can alter the type size of a margin character
 as follows.@footnote{@xref{Output Line Annotation}.}
@@ -15567,7 +15568,8 @@ GNU
 does not tokenize
 @code{\m}
 when reading it;
-the escape sequence updates the environment.
+the escape sequence
+updates the environment.@footnote{@xref{Environments}.}
 It thus can be used in requests that expect a single-character argument.
 We can assign a stroke color to a margin character
 as follows.@footnote{@xref{Output Line Annotation}.}
@@ -15600,9 +15602,10 @@ request without an argument.
 GNU
 @command{troff} @c GNU
 does not tokenize
-@code{\F}
+@code{\M}
 when reading it;
-the escape sequence updates the environment.
+the escape sequence
+updates the environment.@footnote{@xref{Environments}.}
 It thus can be used in requests that expect a single-character argument.
 We can assign a fill color to a margin character
 as follows;@footnote{@xref{Output Line Annotation}.}

_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to