summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2016-10-13 06:26:47 -0700
committerKaz Kylheku <kaz@kylheku.com>2016-10-13 06:26:47 -0700
commitf5ba54f7d2fc44fd39a4f44fab32e20c7d91be2c (patch)
tree3ac6b09f7a5fc118ce5f2f49b6c57059858ac9f8
parent6eac936ebc1626ed3e27f685477d82a0f4e558d1 (diff)
downloadtxr-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.
-rw-r--r--txr.13
1 files changed, 2 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index 8569f797..051eafff 100644
--- a/txr.1
+++ b/txr.1
@@ -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