diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-03-31 20:34:55 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-03-31 20:34:55 -0700 |
commit | 16a7c4d950f3fea0817e23c87cf31f730345c488 (patch) | |
tree | 6b12d94c4df3061cd5618c1fce9801f64185672b | |
parent | 4cb73a135b8ae18fa7a9eb5f34ee5bb853b8ad8f (diff) | |
download | txr-16a7c4d950f3fea0817e23c87cf31f730345c488.tar.gz txr-16a7c4d950f3fea0817e23c87cf31f730345c488.tar.bz2 txr-16a7c4d950f3fea0817e23c87cf31f730345c488.zip |
doc: split up -l or --lisp-bindings
* txr.1: Give the two -l and --lisp-bindings synonyms in the
same way was other synonyms, as two separate .IP items.
-rw-r--r-- | txr.1 | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -585,7 +585,8 @@ status from the shell's .I eval command. -.coIP "-l or --lisp-bindings" +.coIP -l +.coIP --lisp-bindings This option implies .codn -B . Print the variable bindings in Lisp syntax instead of |