gbranden pushed a commit to branch master
in repository groff.

commit 579b788d1548d3ba66b66d91cf8758e94f8d16d6
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sat Dec 6 03:12:55 2025 -0600

    doc/groff.texi.in: Tweak discussion of internals.
---
 doc/groff.texi.in | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/groff.texi.in b/doc/groff.texi.in
index 3cea7a99e..467a3929c 100644
--- a/doc/groff.texi.in
+++ b/doc/groff.texi.in
@@ -18910,7 +18910,7 @@ GNU
 @command{troff}
 processes input in three steps.
 It gathers one or more input characters into a
-@dfn{token},@footnote{Except the escape sequences
+@dfn{token},@footnote{The escape sequences
 @code{\f},
 @code{\F},
 @code{\H},
@@ -18919,8 +18919,8 @@ It gathers one or more input characters into a
 @code{\R},
 @code{\s},
 and
-@code{\S},
-which update the environment,
+@code{\S}
+instead update the environment,
 if the formatter is not in copy mode.}
 the smallest meaningful unit of
 @command{troff} input.
@@ -18964,7 +18964,7 @@ with an umlaut),
 a token encoding a hyphenation break point,@footnote{GNU
 @command{troff}
 encodes tokens that aren't Unicode Basic Latin characters
-to code points in the C0 and C1 control ranges;
+as code points in the C0 and C1 control ranges;
 we plan to move them to the Unicode Private Use Area (PUA)
 or to code points outside the Unicode encoding space
 in a future release.}

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

Reply via email to