# HG changeset patch # User Stefan Monnier # Date 1146490319 0 # Node ID 17275343ae24b83ae7192430f9eb83000f7e1614 # Parent 5565c9588f397b49202f448fe7bbf3ae2e30ce51 (Type Predicates): Add links for booleanp and string-or-null-p. diff -r 5565c9588f39 -r 17275343ae24 lispref/ChangeLog --- a/lispref/ChangeLog Mon May 01 13:30:59 2006 +0000 +++ b/lispref/ChangeLog Mon May 01 13:31:59 2006 +0000 @@ -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 -r 5565c9588f39 -r 17275343ae24 lispref/objects.texi --- a/lispref/objects.texi Mon May 01 13:30:59 2006 +0000 +++ b/lispref/objects.texi Mon May 01 13:31:59 2006 +0000 @@ -1779,6 +1779,12 @@ @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