diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2006-05-01 13:31:59 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2006-05-01 13:31:59 +0000 |
commit | 27c5714a63cac48fd2eaa28543d206c24967f365 (patch) | |
tree | 580e44d298a6afc889959f12f7760cc5aa9219c6 /lispref/objects.texi | |
parent | 0ccc83d9d3e17856aa962e7748277cafcf76d921 (diff) | |
download | emacs-27c5714a63cac48fd2eaa28543d206c24967f365.tar.gz |
(Type Predicates): Add links for booleanp and string-or-null-p.
Diffstat (limited to 'lispref/objects.texi')
-rw-r--r-- | lispref/objects.texi | 6 |
1 files changed, 6 insertions, 0 deletions
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 |