diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-03-31 20:35:55 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-03-31 20:35:55 -0700 |
commit | c2961b2dd1a1bc5b55f0fb4581a45ce557a39126 (patch) | |
tree | 2461be2d903f50451ca234bf4d867d0f00e516fd | |
parent | 16a7c4d950f3fea0817e23c87cf31f730345c488 (diff) | |
download | txr-c2961b2dd1a1bc5b55f0fb4581a45ce557a39126.tar.gz txr-c2961b2dd1a1bc5b55f0fb4581a45ce557a39126.tar.bz2 txr-c2961b2dd1a1bc5b55f0fb4581a45ce557a39126.zip |
doc: fix wording under --lisp
* txr.1: Fix grammar problem and wording for
--lisp and --compiled.
-rw-r--r-- | txr.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -833,10 +833,10 @@ syntax. .coIP --lisp .coIP --compiled -These options influences the treatment of query files which do not have +These options influence the treatment of query files which do not have a suffix indicating their type. The .code --lisp -option causes an unsuffixed file to be treated as Lisp source; and +option causes an unsuffixed file to be treated as Lisp source; .code --compiled causes it to be treated as a compile file. |