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 | cf72ac78c519be0d4766d3772594e8d8428bc181 (patch) | |
tree | 3ac6b09f7a5fc118ce5f2f49b6c57059858ac9f8 | |
parent | 971e5445903c0c745e8703f82743ea5573395de9 (diff) | |
download | txr-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.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 |