summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2012-09-01 10:46:38 -0700
committerGary V. Vaughan <gary@gnu.org>2013-09-18 20:53:32 +0700
commit2bacbb871b9dd05362405cf2ceedb32a0f6d14e2 (patch)
treeb623c7428f98798fd7ddad9d74b8f105a6eeee5c
parent390d259efe8e1c7e4b6babb4738fef7427416857 (diff)
downloadm4-2bacbb871b9dd05362405cf2ceedb32a0f6d14e2.tar.gz
doc: fix misuse of @xref
Texinfo states that @xref must start a sentence. * doc/m4.texinfo (Inhibiting Invocation): Reword. Signed-off-by: Eric Blake <eblake@redhat.com>
-rw-r--r--doc/m4.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/m4.texi b/doc/m4.texi
index d25b8b9e..24f60f02 100644
--- a/doc/m4.texi
+++ b/doc/m4.texi
@@ -1539,9 +1539,9 @@ m4_eval(`1')
@end example
Another alternative is to redefine problematic macros to a name less
-likely to cause conflicts, @xref{Definitions}. Or the parsing engine
-can be changed to redefine what constitutes a valid macro name,
-@xref{Changesyntax}.
+likely to cause conflicts, using @xref{Definitions}. Or the parsing
+engine can be changed to redefine what constitutes a valid macro name,
+using @xref{Changesyntax}.
Of course, the simplest way to prevent a name from being interpreted
as a call to an existing macro is to quote it. The remainder of