gbranden pushed a commit to branch master
in repository groff.

commit 876a23016e5893ff0d9bd7fe8c844b9347735af5
Author: G. Branden Robinson <[email protected]>
AuthorDate: Mon Aug 30 00:11:32 2021 +1000

    doc/groff.texi (Text): Fix error in macro intro.
    
    End macros need only be defined by the time they're called.
---
 doc/groff.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/groff.texi b/doc/groff.texi
index e53f485..cd9d173 100644
--- a/doc/groff.texi
+++ b/doc/groff.texi
@@ -5007,7 +5007,7 @@ Heywood Jabuzzoff
 @endExample
 
 In fact, the ending marker is itself the name of a macro that will be
-called if it is defined at the time the macro definition begins.
+called if it is defined by that time.
 
 @Example
 .de END

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

Reply via email to