Discussion:
[SCM] GNU Autoconf source repository branch, master, updated. v2.69-162-g125ec0d
Eric Blake
2016-09-13 22:46:16 UTC
Permalink
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=125ec0d7a0cc81976316be203acc347b2f8fc1cb

The branch, master has been updated
via 125ec0d7a0cc81976316be203acc347b2f8fc1cb (commit)
from ab3086737c7ac8ab07fdaee7c35bb8f91fa8a5c0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 125ec0d7a0cc81976316be203acc347b2f8fc1cb
Author: Eric Blake <***@redhat.com>
Date: Tue Sep 13 17:44:02 2016 -0500

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 <***@redhat.com>

-----------------------------------------------------------------------

Summary of changes:
doc/autoconf.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index 1838d6b..029ddd6 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


hooks/post-receive
--
GNU Autoconf source repository
Loading...