diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2020-12-27 23:35:50 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2020-12-27 23:35:50 -0800 |
commit | 5950fd90c38cef11347578a2bb89a31349f5eefc (patch) | |
tree | 9d576ced6d43ce7fef5bcf2748e453dba98f7633 /txr.1 | |
parent | b5c55a9feaa0748cd0eb1960dd13ed58d94236df (diff) | |
download | txr-5950fd90c38cef11347578a2bb89a31349f5eefc.tar.gz txr-5950fd90c38cef11347578a2bb89a31349f5eefc.tar.bz2 txr-5950fd90c38cef11347578a2bb89a31349f5eefc.zip |
doc: correction in dialect notes for symbol-macro
* doc: Common Lisp has a function like symbol-macro function;
it is called macro-function.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -17647,9 +17647,11 @@ In ANSI Common Lisp, the function retrieves a function, macro or special operator binding of a symbol. These are all in one space and may not co-exist. In \*(TL, it -retrieves a symbol's function binding only. The -.code symbol-macro -function doesn't exist in Common Lisp. +retrieves a symbol's function binding only. Common Lisp has an accessor +named +.code macro-function +similar to +.codn symbol-macro . .coNP Functions @, boundp @ fboundp and @ mboundp .synb |