summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2018-05-25 06:19:15 -0700
committerKaz Kylheku <kaz@kylheku.com>2018-05-25 06:19:15 -0700
commit3ffeb5ce625fde61fc0e468f9dd2d00528724c78 (patch)
tree9aebffac1ff8c185114a431153649c964cecf7fc
parent6a054c432ede4b5f40c418a419b6255827cd80cb (diff)
downloadtxr-3ffeb5ce625fde61fc0e468f9dd2d00528724c78.tar.gz
txr-3ffeb5ce625fde61fc0e468f9dd2d00528724c78.tar.bz2
txr-3ffeb5ce625fde61fc0e468f9dd2d00528724c78.zip
doc: wrong eval-only description.
* txr.1: Revise incorrect semantic description of eval-only.
-rw-r--r--txr.18
1 files changed, 4 insertions, 4 deletions
diff --git a/txr.1 b/txr.1
index 2d6ffbb5..8510e209 100644
--- a/txr.1
+++ b/txr.1
@@ -62378,11 +62378,11 @@ When a
form appears as a top-level form under file compilation, it indicates to the
file compiler that the
.metn form -s
-enclosed in it are to be emitted into the output file. By default, the file
-appends the compiled image of each top-level form to a list which
-will be written to the output file. The
+enclosed in it are not to be emitted into the output file. By default, the file
+compiler includes the compiled image in the output written to the output file.
+The
.code eval-only
-operator suppresses this evaluation.
+operator suppresses this inclusion.
Forms which are surrounded by both an
.code eval-only