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 M4 source repository".
http://git.sv.gnu.org/gitweb/?p=m4.git;a=commitdiff;h=f7c6570e3eb5596ab59b014ea83a5114866eb879 The branch, branch-1.6 has been updated via f7c6570e3eb5596ab59b014ea83a5114866eb879 (commit) from 733d83936c8f255e6e474a5534522daf30236837 (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 f7c6570e3eb5596ab59b014ea83a5114866eb879 Author: Eric Blake <[EMAIL PROTECTED]> Date: Fri Jul 11 07:31:24 2008 -0600 Avoid bogus whitespace in @ovar, @dvar. * doc/m4.texinfo (ovar, dvar): Add @c. Based on patch by Ralf Wildenhues to Autoconf manual. Signed-off-by: Eric Blake <[EMAIL PROTECTED]> ----------------------------------------------------------------------- Summary of changes: ChangeLog | 6 ++++++ doc/m4.texinfo | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3eba8e2..b32f7b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-07-11 Eric Blake <[EMAIL PROTECTED]> + + Avoid bogus whitespace in @ovar, @dvar. + * doc/m4.texinfo (ovar, dvar): Add @c. + Based on patch by Ralf Wildenhues to Autoconf manual. + 2008-06-23 Eric Blake <[EMAIL PROTECTED]> Adjust to new gnulib-tool layout. diff --git a/doc/m4.texinfo b/doc/m4.texinfo index 5a645b8..d995818 100644 --- a/doc/m4.texinfo +++ b/doc/m4.texinfo @@ -21,17 +21,17 @@ @c @ovar{ARG} @c ------------------- @c The ARG is an optional argument. To be used for macro arguments in [EMAIL PROTECTED] their documentation. [EMAIL PROTECTED] their documentation (@defmac). @macro ovar{varname} [EMAIL PROTECTED]@[EMAIL PROTECTED] [EMAIL PROTECTED]@[EMAIL PROTECTED]@c @end macro @c @dvar{ARG, DEFAULT} @c ------------------- @c The ARG is an optional argument, defaulting to DEFAULT. To be used [EMAIL PROTECTED] for macro arguments in their documentation. [EMAIL PROTECTED] for macro arguments in their documentation (@defmac). @macro dvar{varname, default} [EMAIL PROTECTED]@var{\varname\} = @[EMAIL PROTECTED] [EMAIL PROTECTED]@var{\varname\} = @[EMAIL PROTECTED]@c @end macro @comment %**end of header hooks/post-receive -- GNU M4 source repository
