diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-10-13 06:26:47 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-10-13 06:26:47 -0700 |
commit | f5ba54f7d2fc44fd39a4f44fab32e20c7d91be2c (patch) | |
tree | 3ac6b09f7a5fc118ce5f2f49b6c57059858ac9f8 /txr.1 | |
parent | 6eac936ebc1626ed3e27f685477d82a0f4e558d1 (diff) | |
download | txr-f5ba54f7d2fc44fd39a4f44fab32e20c7d91be2c.tar.gz txr-f5ba54f7d2fc44fd39a4f44fab32e20c7d91be2c.tar.bz2 txr-f5ba54f7d2fc44fd39a4f44fab32e20c7d91be2c.zip |
doc: clarification under nullify method.
* txr.1: the nullify method need not return the object
itself in the non-empty case; it may also return
a sequence.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -22173,7 +22173,8 @@ The method should return .code nil if the object is considered to denote an empty sequence. Otherwise it -should return that object itself. +should either return that object itself, or else return the sequence which +that object represents. .coNP Function @ from-list .synb |