diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2019-09-20 07:32:12 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2019-09-20 07:32:12 -0700 |
commit | 3f4874053fb618c5775aae17c1b8a8e7a27a30de (patch) | |
tree | 2abb135632113d37a1b2f60f87be591ed2725ffe | |
parent | e29621f24a178c4990695af0acf7ae8d02335d85 (diff) | |
download | txr-3f4874053fb618c5775aae17c1b8a8e7a27a30de.tar.gz txr-3f4874053fb618c5775aae17c1b8a8e7a27a30de.tar.bz2 txr-3f4874053fb618c5775aae17c1b8a8e7a27a30de.zip |
doc: eval-only: article agreement.
* txr.1: Fix "a eval-only" in definition of top-level form.
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66907,7 +66907,7 @@ If a form is top-level form, then each of its constituent forms is also a top-level form. .IP 4. -If a +If an .code eval-only form is top-level form, then each of its constituent forms is also a top-level form. |