Mercurial > emacs
changeset 70320:17275343ae24
(Type Predicates): Add links for booleanp and string-or-null-p.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 01 May 2006 13:31:59 +0000 |
parents | 5565c9588f39 |
children | 8484fef193ad |
files | lispref/ChangeLog lispref/objects.texi |
diffstat | 2 files changed, 14 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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.
--- 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