]> git.eshelyaron.com Git - emacs.git/commitdiff
; Improve documentation of 'proper-list-p'
authorEli Zaretskii <eliz@gnu.org>
Sun, 5 Feb 2023 13:15:35 +0000 (15:15 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 5 Feb 2023 13:15:35 +0000 (15:15 +0200)
* doc/lispref/lists.texi (Cons Cells): Add cross-reference
to 'proper-list-p' documentation.

doc/lispref/lists.texi

index 454fd217ac2b081e428719adbe72b847fae0046a..f3758f5ce60efd98c9de650d4eedb96965b33690 100644 (file)
@@ -79,7 +79,10 @@ circular or dotted.  If a program doesn't look far enough down the
 list to see the @sc{cdr} of the final cons cell, it won't care.
 However, some functions that operate on lists demand proper lists and
 signal errors if given a dotted list.  Most functions that try to find
-the end of a list enter infinite loops if given a circular list.
+the end of a list enter infinite loops if given a circular list.  You
+can use the function @code{proper-list-p}, described in the next
+section (@pxref{List-related Predicates, proper-list-p}), to determine
+whether a list is a proper one.
 
 @cindex list structure
   Because most cons cells are used as part of lists, we refer to any