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=279e3c2077bfc53546d1c1b526ab454e04cac239

The branch, master has been updated
       via  279e3c2077bfc53546d1c1b526ab454e04cac239 (commit)
      from  c70fbd65dd345fa4c96b9ca631d70424c644cbc7 (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 279e3c2077bfc53546d1c1b526ab454e04cac239
Author: Eric Blake <[EMAIL PROTECTED]>
Date:   Wed Aug 27 11:48:57 2008 -0600

    Tweak -d examples.
    
    * doc/m4.texinfo (Invoking m4): Fix example, since order of -d
    matters.
    (Dumpdef): Fix typo.
    
    Signed-off-by: Eric Blake <[EMAIL PROTECTED]>

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

Summary of changes:
 ChangeLog      |    7 +++++++
 doc/m4.texinfo |    4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 9fe6736..03557dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-08-27  Eric Blake  <[EMAIL PROTECTED]>
+
+       Tweak -d examples.
+       * doc/m4.texinfo (Invoking m4): Fix example, since order of -d
+       matters.
+       (Dumpdef): Fix typo.
+
 2008-08-23  Eric Blake  <[EMAIL PROTECTED]>
 
        Allow debugmode control over whether defn(undef) warns.
diff --git a/doc/m4.texinfo b/doc/m4.texinfo
index 54ecf8f..a04cbe7 100644
--- a/doc/m4.texinfo
+++ b/doc/m4.texinfo
@@ -576,7 +576,7 @@ with mandatory arguments may be provided either as a single 
command line
 argument or as two arguments, and options with optional arguments must
 be provided as a single argument.  In other words,
 @kbd{m4 -QPDfoo -d a -d+f} is equivalent to
[EMAIL PROTECTED] -Q -P -D foo -d -d+f -- ./a}, although the latter form is
[EMAIL PROTECTED] -Q -P -D foo -d ./a -d+f}, although the latter form is
 considered canonical.
 
 With long options, options with mandatory arguments may be provided with
@@ -3890,7 +3890,7 @@ f(popdef(`f')dumpdef(`f'))
 @result{}f1
 debugmode(`-d')
 @result{}
-dumpdef(`-f')
+dumpdef(`f')
 @result{}
 @end example
 


hooks/post-receive
--
GNU M4 source repository


Reply via email to