gbranden pushed a commit to branch branden-post-1.23.0 in repository groff.
commit 80e87c92c51fd9e26a4747b9584bc926f61ee6b9 Author: G. Branden Robinson <[email protected]> AuthorDate: Wed Mar 22 17:29:01 2023 -0500 doc/groff.texi (Requests and Macros): Clarify. --- doc/groff.texi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/groff.texi b/doc/groff.texi index ce5f7cdfd..ac045b0da 100644 --- a/doc/groff.texi +++ b/doc/groff.texi @@ -464,7 +464,7 @@ Documentation License''. @title groff @subtitle The GNU implementation of @code{troff} @subtitle Edition 1.23.0 -@subtitle February 2023 +@subtitle March 2023 @author Trent@tie{}A.@: Fisher @author Werner Lemberg @author G.@tie{}Branden Robinson @@ -5338,9 +5338,9 @@ Heywood Jabuzzoff .ENDNAME @endExample -In fact, the ending marker is itself the name of a macro that will be -called if it is defined by that time (or the name of a request to be -invoked). +In fact, the ending marker is itself the name of a macro to be +called, or a request to be invoked, if it is defined at the time its +contol line is read. @Example .de END _______________________________________________ Groff-commit mailing list [email protected] https://lists.gnu.org/mailman/listinfo/groff-commit
