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 | b639319ea15e6b9284a7416e8d33e604d57575fa (patch) | |
tree | c26aced347039ddf1ace504c8e55526753179039 /txr.1 | |
parent | 20241f5692dcabb168beb54d75657a753ac9fe10 (diff) | |
download | txr-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.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. |