From 125ec0d7a0cc81976316be203acc347b2f8fc1cb Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Tue, 13 Sep 2016 17:44:02 -0500 Subject: [PATCH] doc: use @xref correctly Silences this warning from new-enough texinfo: ./doc/autoconf.texi:14236: warning: @xref node name should not contain `.' * doc/autoconf.texi (Macro Definitions): No need for .info. Signed-off-by: Eric Blake --- doc/autoconf.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 1838d6b6..029ddd65 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -14212,7 +14212,7 @@ AC_DEFUN(@var{macro-name}, @var{macro-body}) @end example You can refer to any arguments passed to the macro as @samp{$1}, -@samp{$2}, etc. @xref{Definitions, , How to define new macros, m4.info, +@samp{$2}, etc. @xref{Definitions, , How to define new macros, m4, GNU M4}, for more complete information on writing M4 macros. Most macros fall in one of two general categories. The first category -- 2.11.4.GIT