From e168a60899893501113294898a8e39034f9e8a70 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sun, 16 Jun 2019 10:24:02 -0700 Subject: doc: listp and proper-list-p are list only. * txr.1: Clarify that list-like sequences are not lists. --- txr.1 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/txr.1 b/txr.1 index 4cb5473c..0a3cff9f 100644 --- a/txr.1 +++ b/txr.1 @@ -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 -- cgit v1.2.3