]> code.delx.au - gnu-emacs/commitdiff
(Type Predicates): Add links for booleanp and string-or-null-p.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 1 May 2006 13:31:59 +0000 (13:31 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 1 May 2006 13:31:59 +0000 (13:31 +0000)
lispref/ChangeLog
lispref/objects.texi

index 928790a1a9f942ead95824e68b13fb95c5c197b6..72990f9bf42eb65dcde7b764d6e7f9c0bc920e63 100644 (file)
@@ -1,6 +1,13 @@
+2006-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * 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  <rms@gnu.org>
 
-       * 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.
 
index 93848cffe0900df60aa24d4a0ba6ae076db0a010..0e35741a1aadbc8ce7be4ddb05266e7e5de33cbd 100644 (file)
@@ -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