groff-commit
[Top][All Lists]
Advanced

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

[groff] 33/34: doc/groff.texi (Text): Fix error in macro intro.


From: G. Branden Robinson
Subject: [groff] 33/34: doc/groff.texi (Text): Fix error in macro intro.
Date: Thu, 2 Sep 2021 02:48:42 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 876a23016e5893ff0d9bd7fe8c844b9347735af5
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
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



reply via email to

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