diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-12-12 11:13:57 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-12-12 11:13:57 -0800 |
commit | 78526477cd038bdaf47fff694c0c7637c4351954 (patch) | |
tree | 5f4aac1b3ac068b38d2575a42e1814039e707bc2 /txr.1 | |
parent | e5183ca2c3b3fca549839a5c8a7e695703059de3 (diff) | |
download | txr-78526477cd038bdaf47fff694c0c7637c4351954.tar.gz txr-78526477cd038bdaf47fff694c0c7637c4351954.tar.bz2 txr-78526477cd038bdaf47fff694c0c7637c4351954.zip |
Fix example under conda.
* txr.1: Remove spurious z in example.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12513,7 +12513,7 @@ invocations, according to these patterns: .cblk (conda) -> nil - (conda (x y ...) ...) -> (ifa x (progn y ...) (conda z ...)) + (conda (x y ...) ...) -> (ifa x (progn y ...) (conda ...)) .cble Thus, |