diff options
Diffstat (limited to 'doc/lispref/objects.texi')
| -rw-r--r-- | doc/lispref/objects.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi index b8fd5ed4345..e6def69454e 100644 --- a/doc/lispref/objects.texi +++ b/doc/lispref/objects.texi | |||
| @@ -2121,6 +2121,9 @@ with references to further information. | |||
| 2121 | @item numberp | 2121 | @item numberp |
| 2122 | @xref{Predicates on Numbers, numberp}. | 2122 | @xref{Predicates on Numbers, numberp}. |
| 2123 | 2123 | ||
| 2124 | @item obarrayp | ||
| 2125 | @xref{Creating Symbols, obarrayp}. | ||
| 2126 | |||
| 2124 | @item overlayp | 2127 | @item overlayp |
| 2125 | @xref{Overlays, overlayp}. | 2128 | @xref{Overlays, overlayp}. |
| 2126 | 2129 | ||
| @@ -2181,7 +2184,7 @@ This function returns a symbol naming the primitive type of | |||
| 2181 | @code{condition-variable}, @code{cons}, @code{finalizer}, | 2184 | @code{condition-variable}, @code{cons}, @code{finalizer}, |
| 2182 | @code{float}, @code{font-entity}, @code{font-object}, | 2185 | @code{float}, @code{font-entity}, @code{font-object}, |
| 2183 | @code{font-spec}, @code{frame}, @code{hash-table}, @code{integer}, | 2186 | @code{font-spec}, @code{frame}, @code{hash-table}, @code{integer}, |
| 2184 | @code{marker}, @code{mutex}, @code{overlay}, @code{process}, | 2187 | @code{marker}, @code{mutex}, @code{obarray}, @code{overlay}, @code{process}, |
| 2185 | @code{string}, @code{subr}, @code{symbol}, @code{thread}, | 2188 | @code{string}, @code{subr}, @code{symbol}, @code{thread}, |
| 2186 | @code{vector}, @code{window}, or @code{window-configuration}. | 2189 | @code{vector}, @code{window}, or @code{window-configuration}. |
| 2187 | However, if @var{object} is a record, the type specified by its first | 2190 | However, if @var{object} is a record, the type specified by its first |