Mercurial > emacs
diff lispref/objects.texi @ 70321:8484fef193ad
(Type Predicates): Fix typos.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Mon, 01 May 2006 15:05:48 +0000 |
| parents | 17275343ae24 |
| children | 8f770ba8e00d 2ecafc6d5db7 |
line wrap: on
line diff
--- a/lispref/objects.texi Mon May 01 13:31:59 2006 +0000 +++ b/lispref/objects.texi Mon May 01 15:05:48 2006 +0000 @@ -1781,10 +1781,10 @@ @xref{Basic Windows, windowp}. @item booleanp -@xref{nil and t, booleanp} +@xref{nil and t, booleanp}. @item string-or-null-p -@xref{Predicates for Strings, 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
