From 27c5714a63cac48fd2eaa28543d206c24967f365 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Mon, 1 May 2006 13:31:59 +0000 Subject: (Type Predicates): Add links for booleanp and string-or-null-p. --- lispref/objects.texi | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lispref/objects.texi') diff --git a/lispref/objects.texi b/lispref/objects.texi index 93848cffe09..0e35741a1aa 100644 --- a/lispref/objects.texi +++ b/lispref/objects.texi @@ -1779,6 +1779,12 @@ with references to further information. @item windowp @xref{Basic Windows, windowp}. + +@item booleanp +@xref{nil and t, booleanp} + +@item string-or-null-p +@xref{Predicates for Strings, string-or-null-p} @end table The most general way to check the type of an object is to call the -- cgit v1.2.1