From 27c5714a63cac48fd2eaa28543d206c24967f365 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Mon, 1 May 2006 13:31:59 +0000 Subject: [PATCH] (Type Predicates): Add links for booleanp and string-or-null-p. --- lispref/ChangeLog | 9 ++++++++- lispref/objects.texi | 6 ++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 928790a1a9f..72990f9bf42 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,6 +1,13 @@ +2006-05-01 Stefan Monnier + + * intro.texi (nil and t): Add booleanp. + + * objects.texi (Type Predicates): Add links for booleanp and + string-or-null-p. + 2006-04-29 Richard Stallman - * modes.texi (Multiline Font Lock): Renamed from + * modes.texi (Multiline Font Lock): Rename from Multi line Font Lock Elements. Much clarification. (Font Lock Multiline, Region to Fontify): Much clarification. 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 -- 2.39.5