groff-commit
[Top][All Lists]
Advanced

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

[groff] 21/27: [docs]: Correct description of `.int` register.


From: G. Branden Robinson
Subject: [groff] 21/27: [docs]: Correct description of `.int` register.
Date: Mon, 28 Aug 2023 15:54:51 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit a0d86342b0b02be2f70296da7d45cd4431b0190f
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Mon Aug 28 11:17:48 2023 -0500

    [docs]: Correct description of `.int` register.
    
    The whole point of `\c` is to join _output_ lines.
---
 doc/groff.texi       | 16 ++++++++--------
 man/groff_diff.7.man |  2 +-
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/doc/groff.texi b/doc/groff.texi
index acc7fddd9..45895a6ac 100644
--- a/doc/groff.texi
+++ b/doc/groff.texi
@@ -9924,14 +9924,14 @@ flushing out the pending output line in the usual way.
 
 @cindex interrupted line register (@code{.int})
 @cindex continued output line register (@code{.int})
-The @code{.int} register contains a positive value if the last output
-line was continued with @code{\c}; this datum is associated with the
-environment (@pxref{Environments}).@footnote{Historically, the @code{\c}
-escape sequence has proven challenging to characterize.  Some sources
-say it ``connects the next input text'' (to the input line on which it
-appears); others describe it as ``interrupting'' text, on the grounds
-that a text line is interrupted without breaking, perhaps to inject a
-request invocation or macro call.}
+The @code{.int} register contains a positive value if the most recently
+formatted text was continued with @code{\c}; this datum is associated
+with the environment (@pxref{Environments}).@footnote{Historically, the
+@code{\c} escape sequence has proven challenging to characterize.  Some
+sources say it ``connects the next input text'' (to the input line on
+which it appears); others describe it as ``interrupting'' text, on the
+grounds that a text line is interrupted without breaking, perhaps to
+inject a request invocation or macro call.}
 @endDefesc
 
 
diff --git a/man/groff_diff.7.man b/man/groff_diff.7.man
index 33305315a..b80bd04b2 100644
--- a/man/groff_diff.7.man
+++ b/man/groff_diff.7.man
@@ -3983,7 +3983,7 @@ Interpolate indentation amount applicable to the pending 
output line.
 .
 .TP
 .B \[rs]n[.int]
-Interpolate\~1 if the previous output line was interrupted
+Interpolate\~1 if the most recently formatted text was interrupted
 (ended with
 .BR \[rs]c ),
 0\~otherwise.



reply via email to

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