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
commitcf72ac78c519be0d4766d3772594e8d8428bc181 (patch)
tree3ac6b09f7a5fc118ce5f2f49b6c57059858ac9f8
parent971e5445903c0c745e8703f82743ea5573395de9 (diff)
downloadtxr-cf72ac78c519be0d4766d3772594e8d8428bc181.tar.gz
txr-cf72ac78c519be0d4766d3772594e8d8428bc181.tar.bz2
txr-cf72ac78c519be0d4766d3772594e8d8428bc181.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