From 5950fd90c38cef11347578a2bb89a31349f5eefc Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sun, 27 Dec 2020 23:35:50 -0800 Subject: doc: correction in dialect notes for symbol-macro * doc: Common Lisp has a function like symbol-macro function; it is called macro-function. --- txr.1 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'txr.1') diff --git a/txr.1 b/txr.1 index d44ab765..e287c8bb 100644 --- a/txr.1 +++ b/txr.1 @@ -17647,9 +17647,11 @@ In ANSI Common Lisp, the 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 a symbol's function binding only. The -.code symbol-macro -function doesn't exist in Common Lisp. +retrieves a symbol's function binding only. Common Lisp has an accessor +named +.code macro-function +similar to +.codn symbol-macro . .coNP Functions @, boundp @ fboundp and @ mboundp .synb -- cgit v1.2.3