diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-02-28 11:41:21 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-02-28 11:41:21 -0800 |
commit | b670df5553054225198cad0b50d19864315997ab (patch) | |
tree | c3ff65b1dbe8f6b91535f1a3ceb8e2a3c5a9cddb /txr.1 | |
parent | 37d69475b8a024b13378a65f6226f1a0dce522fb (diff) | |
download | txr-b670df5553054225198cad0b50d19864315997ab.tar.gz txr-b670df5553054225198cad0b50d19864315997ab.tar.bz2 txr-b670df5553054225198cad0b50d19864315997ab.zip |
Doc: elsif doesn't exist.
* txr.1: replace nonexistent @(elsif) in example with @(elif).
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4424,7 +4424,7 @@ corresponds to the somewhat shorter and clearer: .cblk .mets @(if << lisp-expr-1 ) A -.mets @(elsif << lisp-expr-2 ) +.mets @(elif << lisp-expr-2 ) B @(else) C |