summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2016-11-22 22:30:44 -0800
committerKaz Kylheku <kaz@kylheku.com>2016-11-22 22:30:44 -0800
commitb639319ea15e6b9284a7416e8d33e604d57575fa (patch)
treec26aced347039ddf1ace504c8e55526753179039 /txr.1
parent20241f5692dcabb168beb54d75657a753ac9fe10 (diff)
downloadtxr-b639319ea15e6b9284a7416e8d33e604d57575fa.tar.gz
txr-b639319ea15e6b9284a7416e8d33e604d57575fa.tar.bz2
txr-b639319ea15e6b9284a7416e8d33e604d57575fa.zip
doc: misleading dialect note under symbol-function.
* txr.1: Fix text saying that symbol-function retrieves only functions; that is true for symbols, not for the compound syntax.
Diffstat (limited to 'txr.1')
-rw-r--r--txr.15
1 files changed, 3 insertions, 2 deletions
diff --git a/txr.1 b/txr.1
index bdc7ec41..b16e2a38 100644
--- a/txr.1
+++ b/txr.1
@@ -15018,9 +15018,10 @@ is not possible; an attempt to do so has no effect.
In ANSI Common Lisp, the
.code symbol-function
-function retrieves a function, macro or special operator binding.
+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 strictly a function binding. The
+retrieves a symbol's function binding only. The
.code symbol-macro
function doesn't exist in Common Lisp.