]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* m4sugar.m4 (m4_quote): Comment change.
authorPavel Roskin <proski@gnu.org>
Tue, 24 Oct 2000 17:03:41 +0000 (17:03 +0000)
committerPavel Roskin <proski@gnu.org>
Tue, 24 Oct 2000 17:03:41 +0000 (17:03 +0000)
ChangeLog
lib/m4sugar/m4sugar.m4
m4sugar.m4

index 96a53de293cdbd22a370373852bcb8a5ad590dee..0cf722dfa9fe2c4a6286c328541b59ffcd7afccd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-10-24  Pavel Roskin  <proski@gnu.org>
+
+       * m4sugar.m4 (m4_quote): Comment change.
+
 2000-10-24  Akim Demaille  <akim@epita.fr>
 
        Start avoiding dependence upon character ranges.
index 5ab9c5a39d99cf7189d73835c09c073ed9fde582..fa623eb0af52448a968352095db159270a92e25b 100644 (file)
@@ -472,7 +472,7 @@ define([_m4_foreach],
 # ----------------
 # Return STRING quoted.
 #
-# It is important to realize the difference between `quote(exp)' and
+# It is important to realize the difference between `m4_quote(exp)' and
 # `[exp]': in the first case you obtain the quoted *result* of the
 # expansion of EXP, while in the latter you just obtain the string
 # `exp'.
index 5ab9c5a39d99cf7189d73835c09c073ed9fde582..fa623eb0af52448a968352095db159270a92e25b 100644 (file)
@@ -472,7 +472,7 @@ define([_m4_foreach],
 # ----------------
 # Return STRING quoted.
 #
-# It is important to realize the difference between `quote(exp)' and
+# It is important to realize the difference between `m4_quote(exp)' and
 # `[exp]': in the first case you obtain the quoted *result* of the
 # expansion of EXP, while in the latter you just obtain the string
 # `exp'.