summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2020-12-27 23:35:50 -0800
committerKaz Kylheku <kaz@kylheku.com>2020-12-27 23:35:50 -0800
commit366c11949a49351b154f45bee92c7d49b402d5d0 (patch)
tree9d576ced6d43ce7fef5bcf2748e453dba98f7633
parent5e668e545acb7cc1817d57f8475ff8f87b596498 (diff)
downloadtxr-366c11949a49351b154f45bee92c7d49b402d5d0.tar.gz
txr-366c11949a49351b154f45bee92c7d49b402d5d0.tar.bz2
txr-366c11949a49351b154f45bee92c7d49b402d5d0.zip
doc: correction in dialect notes for symbol-macro
* doc: Common Lisp has a function like symbol-macro function; it is called macro-function.
-rw-r--r--txr.18
1 files changed, 5 insertions, 3 deletions
diff --git a/txr.1 b/txr.1
index d44ab765..e287c8bb 100644
--- a/txr.1
+++ b/txr.1
@@ -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