summaryrefslogtreecommitdiffstats
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
commit98795afd3ef15173c08ce6d057ca304ad8d3429f (patch)
treec26aced347039ddf1ace504c8e55526753179039
parent4e7431844f78e5b5faaef7e6a64a0f371426c075 (diff)
downloadtxr-98795afd3ef15173c08ce6d057ca304ad8d3429f.tar.gz
txr-98795afd3ef15173c08ce6d057ca304ad8d3429f.tar.bz2
txr-98795afd3ef15173c08ce6d057ca304ad8d3429f.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.
-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.