OSDN Git Service

* doc/pmacros.texi (Symbol concatenation): Mention that .sym
authorhp <hp>
Wed, 20 Mar 2002 22:05:56 +0000 (22:05 +0000)
committerhp <hp>
Wed, 20 Mar 2002 22:05:56 +0000 (22:05 +0000)
results are expanded recursively.

cgen/ChangeLog
cgen/doc/pmacros.texi

index 294078f..862c0ce 100644 (file)
@@ -1,3 +1,8 @@
+2002-03-20  Hans-Peter Nilsson  <hp@axis.com>
+
+       * doc/pmacros.texi (Symbol concatenation): Mention that .sym
+       results are expanded recursively.
+
 2002-03-19  Hans-Peter Nilsson  <hp@axis.com>
 
        * pmacros.scm (-pmacro-expand,scan): If result is a symbol,
index 58e86e1..d74f9a8 100644 (file)
@@ -144,8 +144,8 @@ Acceptable arguments are symbols, strings, and numbers.
 The result is a symbol with the arguments concatenated together.
 Numbers are converted to a string, base 10, and then to a symbol.
 The result must be a valid Scheme symbol with the additional restriction
-that the first character must be a letter.  The result is not further
-expanded, regardless of whether there's a macro by that name.
+that the first character must be a letter.  The resulting symbol
+is recursively macro-expanded.
 
 @node String concatenation
 @section String concatenation