diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2019-06-16 10:24:02 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2019-06-16 10:24:02 -0700 |
commit | 3cb042db400c4821fe9194569dbb3063debfbf5b (patch) | |
tree | 035d7f235f16e6f5ee6bcc2480037c01575b4bed | |
parent | 0313d64f0a3c1b172c819c5515c56a038497bb0c (diff) | |
download | txr-3cb042db400c4821fe9194569dbb3063debfbf5b.tar.gz txr-3cb042db400c4821fe9194569dbb3063debfbf5b.tar.bz2 txr-3cb042db400c4821fe9194569dbb3063debfbf5b.zip |
doc: listp and proper-list-p are list only.
* txr.1: Clarify that list-like sequences are not lists.
-rw-r--r-- | txr.1 | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -19107,6 +19107,12 @@ is a proper list. traverses the list, and its execution will not terminate if the list is circular. +These functions return +.code nil +for list-like sequences that are not made of actual +.code cons +cells. + Dialect Note: in \*(TX 137 and older, .code proper-list-p is called |