diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-11-22 22:30:44 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-11-22 22:30:44 -0800 |
commit | 98795afd3ef15173c08ce6d057ca304ad8d3429f (patch) | |
tree | c26aced347039ddf1ace504c8e55526753179039 | |
parent | 4e7431844f78e5b5faaef7e6a64a0f371426c075 (diff) | |
download | txr-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.1 | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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. |