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=df44f13f5e4722cf9bae00e906e1c69fd3354e77

The branch, master has been updated
       via  df44f13f5e4722cf9bae00e906e1c69fd3354e77 (commit)
      from  9911d26bfd1b962cb3f1a8faa9f456d1a2499bd4 (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 df44f13f5e4722cf9bae00e906e1c69fd3354e77
Author: Eric Blake <[email protected]>
Date:   Tue Apr 21 21:55:57 2009 -0600

    Be more explicit about default quoting characters.
    
    * doc/m4.texinfo (Quoted strings): Call out characters by name.
    * THANKS: Update.
    Suggested by Mehul Sanghvi.
    
    Signed-off-by: Eric Blake <[email protected]>
    (cherry picked from commit 1f6f9cd34d9b8b1bf369e4cb749145256d0f33d7)

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

Summary of changes:
 ChangeLog      |    7 +++++++
 THANKS         |    1 +
 doc/m4.texinfo |    4 +++-
 3 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 00e4ee9..7e38a6f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-04-21  Eric Blake  <[email protected]>
+
+       Be more explicit about default quoting characters.
+       * doc/m4.texinfo (Quoted strings): Call out characters by name.
+       * THANKS: Update.
+       Suggested by Mehul Sanghvi.
+
 2009-04-16  Eric Blake  <[email protected]>
 
        Use gnulib rename module.
diff --git a/THANKS b/THANKS
index 84b366b..4a2d06c 100644
--- a/THANKS
+++ b/THANKS
@@ -93,6 +93,7 @@ Massimo Dal Zotto     [email protected]
 Matt Kraai             [email protected]
 Matthew Woehlke                [email protected]
 Matthias Rabe          [email protected]
+Mehul Sanghvi          [email protected]
 Michael Fetterman      [email protected]
 Michael L. Welcome     [email protected]
 Mike Andrews           [email protected]
diff --git a/doc/m4.texinfo b/doc/m4.texinfo
index d641eeb..6408881 100644
--- a/doc/m4.texinfo
+++ b/doc/m4.texinfo
@@ -1181,7 +1181,9 @@ changed at any time, using the builtin macro 
@code{changesyntax}.
 @cindex string, quoted
 A quoted string is a sequence of characters surrounded by quote
 strings, defaulting to
-...@samp{`} and @samp{'}, where the nested begin and end quotes within the
+...@samp{`} (grave-accent, also known as back-tick, with UCS value U0060)
+and @samp{'} (apostrophe, also known as single-quote, with UCS value
+U0027), where the nested begin and end quotes within the
 string are balanced.  The value of a string token is the text, with one
 level of quotes stripped off.  Thus
 


hooks/post-receive
--
GNU M4 source repository


Reply via email to