1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-01 08:17:38 +00:00

(Type Predicates): Add links for booleanp and string-or-null-p.

This commit is contained in:
Stefan Monnier 2006-05-01 13:31:59 +00:00
parent 0ccc83d9d3
commit 27c5714a63
2 changed files with 14 additions and 1 deletions

View File

@ -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.

View File

@ -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