]> sourceware.org Git - cgen.git/commitdiff
* doc/pmacros.texi (Symbol concatenation): Mention that .sym
authorHans-Peter Nilsson <hans-peter.nilsson@axis.com>
Wed, 20 Mar 2002 22:05:57 +0000 (22:05 +0000)
committerHans-Peter Nilsson <hans-peter.nilsson@axis.com>
Wed, 20 Mar 2002 22:05:57 +0000 (22:05 +0000)
results are expanded recursively.

ChangeLog
doc/pmacros.texi

index 294078f007535931cd47cd934d2dd83bb4d32ee1..862c0cedab3965b08dc84bbd7700c1c163004c04 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 58e86e1875a952aec26b724ed2128cfe36ff079c..d74f9a8408798b8e45b83ec7580e1dfb98b8b061 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
This page took 0.030655 seconds and 5 git commands to generate.