summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2021-04-04 08:41:46 -0700
committerKaz Kylheku <kaz@kylheku.com>2021-04-04 08:41:46 -0700
commitec134a66511839046b11f3aaa800d20bead258a0 (patch)
tree55e7b01d33de8152d9fc48abdd62f225beddeca0 /txr.1
parentee8db0d54a50db8e86645cade7caf38547b41171 (diff)
downloadtxr-ec134a66511839046b11f3aaa800d20bead258a0.tar.gz
txr-ec134a66511839046b11f3aaa800d20bead258a0.tar.bz2
txr-ec134a66511839046b11f3aaa800d20bead258a0.zip
doc: remove superfluous words.
* txr.1: under "File-Wide Insertion of Gensyms", remove superfluous verb phrase from sentence.
Diffstat (limited to 'txr.1')
-rw-r--r--txr.12
1 files changed, 1 insertions, 1 deletions
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.