diff options
| author | Stefan Monnier | 2006-05-01 13:31:59 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2006-05-01 13:31:59 +0000 |
| commit | 27c5714a63cac48fd2eaa28543d206c24967f365 (patch) | |
| tree | 580e44d298a6afc889959f12f7760cc5aa9219c6 /lispref/objects.texi | |
| parent | 0ccc83d9d3e17856aa962e7748277cafcf76d921 (diff) | |
| download | emacs-27c5714a63cac48fd2eaa28543d206c24967f365.tar.gz emacs-27c5714a63cac48fd2eaa28543d206c24967f365.zip | |
(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. | |||
| 1779 | 1779 | ||
| 1780 | @item windowp | 1780 | @item windowp |
| 1781 | @xref{Basic Windows, windowp}. | 1781 | @xref{Basic Windows, windowp}. |
| 1782 | |||
| 1783 | @item booleanp | ||
| 1784 | @xref{nil and t, booleanp} | ||
| 1785 | |||
| 1786 | @item string-or-null-p | ||
| 1787 | @xref{Predicates for Strings, string-or-null-p} | ||
| 1782 | @end table | 1788 | @end table |
| 1783 | 1789 | ||
| 1784 | 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 |