diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-11-05 07:48:49 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-11-05 07:48:49 -0800 |
commit | 34cb933b006c52eec59dba4478a0d04c8ae4e5ba (patch) | |
tree | 0b123cfc9d180c8e35885d5a7efd302adbb6959e /txr.1 | |
parent | e313ceee48d860d3ee9591298c9ac1630096610b (diff) | |
download | txr-34cb933b006c52eec59dba4478a0d04c8ae4e5ba.tar.gz txr-34cb933b006c52eec59dba4478a0d04c8ae4e5ba.tar.bz2 txr-34cb933b006c52eec59dba4478a0d04c8ae4e5ba.zip |
* lib.c (iff): Bugfix: forgotten handling of default
argument, resulting in : symbol being called as a function.
* txr.1: Removing description of situation when the then-function
argument of iff or iffi is specified as nil. This is deprecated
behavior which can be obtained by using the false function.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -20651,16 +20651,8 @@ resulting value is returned. Otherwise the arguments are passed to and the resulting value is returned. If -.meta then-func -needs to be called, but is -.codn nil , -then -.code nil -is returned immediately. Likewise, if .meta else-func -needs to be called, but is omitted or -.codn nil , -then +needs to be called, but is omitted, then .code nil is returned. |