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 | dfc6ac6ad22e1d4c86ce7c201c5d42085ae29137 (patch) | |
tree | 2abb135632113d37a1b2f60f87be591ed2725ffe | |
parent | 4a272f52089231d57e76bbe2c1817e501f7f9367 (diff) | |
download | txr-dfc6ac6ad22e1d4c86ce7c201c5d42085ae29137.tar.gz txr-dfc6ac6ad22e1d4c86ce7c201c5d42085ae29137.tar.bz2 txr-dfc6ac6ad22e1d4c86ce7c201c5d42085ae29137.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. |