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 | 7541074919131005d9ed3ddaef6cf980b4331cdc (patch) | |
tree | 2461be2d903f50451ca234bf4d867d0f00e516fd | |
parent | 17241b08f9fb7b6f369cba30f5b2040f667d2528 (diff) | |
download | txr-7541074919131005d9ed3ddaef6cf980b4331cdc.tar.gz txr-7541074919131005d9ed3ddaef6cf980b4331cdc.tar.bz2 txr-7541074919131005d9ed3ddaef6cf980b4331cdc.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. |