[PATCH 1/7] doc: fix misuse of @xref
Eric Blake <[email protected]> Tue, 4 Sep 2012 17:09:59 -0600
| Newsgroups | gmane.comp.gnu.m4.patches |
|---|---|
| Message-ID | <[email protected]> |
Texinfo states that @xref must start a sentence. * doc/m4.texinfo (Inhibiting Invocation): Reword. Signed-off-by: Eric Blake <[email protected]> --- ChangeLog | 5 +++++ doc/m4.texinfo | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 631798d..a1dfb77 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-09-01 Eric Blake <[email protected]> + + doc: fix misuse of @xref + * doc/m4.texinfo (Inhibiting Invocation): Reword. + 2012-07-21 Eric Blake <[email protected]> bootstrap: avoid undefined variables diff --git a/doc/m4.texinfo b/doc/m4.texinfo index a1ead11..f29d541 100644 --- a/doc/m4.texinfo +++ b/doc/m4.texinfo @@ -1428,7 +1428,7 @@ Inhibiting Invocation @end example Another alternative is to redefine problematic macros to a name less -likely to cause conflicts, @xref{Definitions}. +likely to cause conflicts, using @ref{Definitions}. If your version of GNU @code{m4} has the @code{changeword} feature compiled in, it offers far more flexibility in specifying the -- 1.7.11.4