summaryrefslogtreecommitdiff
path: root/lispref/objects.texi
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2006-05-01 13:31:59 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2006-05-01 13:31:59 +0000
commit27c5714a63cac48fd2eaa28543d206c24967f365 (patch)
tree580e44d298a6afc889959f12f7760cc5aa9219c6 /lispref/objects.texi
parent0ccc83d9d3e17856aa962e7748277cafcf76d921 (diff)
downloademacs-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.texi6
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