aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2006-05-01 15:05:48 +0000
committerJuanma Barranquero2006-05-01 15:05:48 +0000
commit23cac097756dc2fe54c3bb611c55997ecd35dd28 (patch)
tree09ec044704f3bf28cc17a622e93a97d61ec43df8
parent27c5714a63cac48fd2eaa28543d206c24967f365 (diff)
downloademacs-23cac097756dc2fe54c3bb611c55997ecd35dd28.tar.gz
emacs-23cac097756dc2fe54c3bb611c55997ecd35dd28.zip
(Type Predicates): Fix typos.
-rw-r--r--lispref/objects.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/objects.texi b/lispref/objects.texi
index 0e35741a1aa..5665e5beee6 100644
--- a/lispref/objects.texi
+++ b/lispref/objects.texi
@@ -1781,10 +1781,10 @@ with references to further information.
1781@xref{Basic Windows, windowp}. 1781@xref{Basic Windows, windowp}.
1782 1782
1783@item booleanp 1783@item booleanp
1784@xref{nil and t, booleanp} 1784@xref{nil and t, booleanp}.
1785 1785
1786@item string-or-null-p 1786@item string-or-null-p
1787@xref{Predicates for Strings, string-or-null-p} 1787@xref{Predicates for Strings, string-or-null-p}.
1788@end table 1788@end table
1789 1789
1790 The most general way to check the type of an object is to call the 1790 The most general way to check the type of an object is to call the