From 75fabf59db0829438536086470b51ae626386909 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sun, 4 Apr 2021 08:41:46 -0700 Subject: doc: remove superfluous words. * txr.1: under "File-Wide Insertion of Gensyms", remove superfluous verb phrase from sentence. --- txr.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txr.1 b/txr.1 index 40bdf2ed..95465ba8 100644 --- a/txr.1 +++ b/txr.1 @@ -75314,7 +75314,7 @@ prints 42 to standard out. This works both interpreted and compiled with Each of these two macro calls generates a top-level form into which the same gensym is inserted. This works under file compilation due to a deliberate strategy in the layout of compiled files, which allows such -uses. Namely, the file compiler combines multiple top-level forms are combined +uses. Namely, the file compiler combines multiple top-level forms into a single object, which is read at once, and which uses the circle notation to unify gensym references. -- cgit v1.2.3