summaryrefslogtreecommitdiff
path: root/doc/groff.texinfo
diff options
context:
space:
mode:
Diffstat (limited to 'doc/groff.texinfo')
-rw-r--r--doc/groff.texinfo12
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/groff.texinfo b/doc/groff.texinfo
index 524c99ec..210b4a47 100644
--- a/doc/groff.texinfo
+++ b/doc/groff.texinfo
@@ -13047,9 +13047,13 @@ in special fonts, we must call @code{rchar} to remove the definition
of the fallback glyph. Anyway, the translation is still active;
@samp{x} now maps to the real glyph @samp{foo}.
-@cindex compatibility mode
-@cindex mode, compatibility
-Macro arguments preserve the compatibility mode:
+@cindex compatibility mode, and parameters
+@cindex mode, compatibility, and parameters
+@cindex arguments, and compatibility mode
+@cindex parameters, and compatibility mode
+@cindex macro arguments, and compatibility mode
+@cindex request arguments, and compatibility mode
+Macro and request arguments preserve the compatibility mode:
@Example
.cp 1 \" switch to compatibility mode
@@ -13068,7 +13072,7 @@ Since compatibility mode is on while @code{de} is called, the macro
compatibility mode status which was active at the point where @code{xx}
is called.
-After expansion of the macro arguments, the compatibility save and restore
+After expansion of the parameters, the compatibility save and restore
tokens are removed.