From 69cbc720d6af169b04696487fb688de4a4dd6e83 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 21 Jun 2019 06:53:23 -0700 Subject: doc: minor grammar problems in Lisp Compilation * txr.1: Two issues fixed while proof-reading: missing "a" article and a missing plural. --- txr.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/txr.1 b/txr.1 index 40936857..f252e7c5 100644 --- a/txr.1 +++ b/txr.1 @@ -65726,7 +65726,7 @@ or form, then .code compile-file iterates over that form's argument expressions, compiling each expression -recursively as if it were separate expression. +recursively as if it were a separate expression. .IP 3 Otherwise, if the expanded form isn't one of the above three kinds of expressions, it is subject to a full expansion and compilation. @@ -65763,7 +65763,7 @@ when the compiled file is loaded. For example, if macros are used in such a way that the compiled file defines a function which has a name generated by .codn gensym , and there are calls to that function throughout that file, this will work -properly: the multiple occurrence of the gensym will appear as the same symbol. +properly: the multiple occurrences of the gensym will appear as the same symbol. However: that symbol in the loaded file will not be identical to any other symbol in the \*(TX image; it will be newly allocated each time the compiled file is loaded. -- cgit v1.2.3