gbranden pushed a commit to branch master
in repository groff.

commit 25adf66d7c91476b70a80d407155a28dfbf96ffe
Author: G. Branden Robinson <[email protected]>
AuthorDate: Fri Aug 20 15:02:12 2021 +1000

    doc/groff.texi: Improve terminological discipline.
    
    Strings are interpolated; macros are called.
---
 doc/groff.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/groff.texi b/doc/groff.texi
index f9367b7..c389cbc 100644
--- a/doc/groff.texi
+++ b/doc/groff.texi
@@ -5962,8 +5962,8 @@ This allows reliable modification of requests.
 Using this register outside of a macro makes no sense (it always returns
 zero in such cases).
 
-If a macro is called as a string (that is, using @code{\*}), the value
-of the @code{.br} register is inherited from the caller.
+If a macro is interpolated as a string (that is, using @code{\*}), the
+value of the @code{.br} register is inherited from the caller.
 @endDefreg
 
 @menu

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

Reply via email to