diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2018-05-25 06:19:15 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2018-05-25 06:19:15 -0700 |
commit | d34ef390cc18eb87ca51a02dea407a6c11c071a0 (patch) | |
tree | 9aebffac1ff8c185114a431153649c964cecf7fc | |
parent | bf5b05183c712c1c6a9ddb094ae5d740afa98a76 (diff) | |
download | txr-d34ef390cc18eb87ca51a02dea407a6c11c071a0.tar.gz txr-d34ef390cc18eb87ca51a02dea407a6c11c071a0.tar.bz2 txr-d34ef390cc18eb87ca51a02dea407a6c11c071a0.zip |
doc: wrong eval-only description.
* txr.1: Revise incorrect semantic description of eval-only.
-rw-r--r-- | txr.1 | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |