From 98795afd3ef15173c08ce6d057ca304ad8d3429f Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 22 Nov 2016 22:30:44 -0800 Subject: 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. --- txr.1 | 5 +++-- 1 file 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. -- cgit v1.2.3