aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/objects.texi
diff options
context:
space:
mode:
authorAndrea Corallo2024-02-28 20:47:57 +0100
committerAndrea Corallo2024-02-28 20:47:57 +0100
commit1fbe56c32761efdc8d268df80a97a9102d00e109 (patch)
tree8d8e76c8ae43c79ef9d76b0f97c12607567664b9 /doc/lispref/objects.texi
parent6de60f33ed5cc438e20400aee83e1e2032773811 (diff)
parent05195e129fc933db32c9e08a155a94bfa4d75b54 (diff)
downloademacs-1fbe56c32761efdc8d268df80a97a9102d00e109.tar.gz
emacs-1fbe56c32761efdc8d268df80a97a9102d00e109.zip
Merge remote-tracking branch 'origin/master' into 'feature/type-hierarchy'
Diffstat (limited to 'doc/lispref/objects.texi')
-rw-r--r--doc/lispref/objects.texi5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi
index 18484bac368..01f82d56528 100644
--- a/doc/lispref/objects.texi
+++ b/doc/lispref/objects.texi
@@ -2122,6 +2122,9 @@ with references to further information.
2122@item numberp 2122@item numberp
2123@xref{Predicates on Numbers, numberp}. 2123@xref{Predicates on Numbers, numberp}.
2124 2124
2125@item obarrayp
2126@xref{Creating Symbols, obarrayp}.
2127
2125@item overlayp 2128@item overlayp
2126@xref{Overlays, overlayp}. 2129@xref{Overlays, overlayp}.
2127 2130
@@ -2182,7 +2185,7 @@ This function returns a symbol naming the primitive type of
2182@code{condition-variable}, @code{cons}, @code{finalizer}, 2185@code{condition-variable}, @code{cons}, @code{finalizer},
2183@code{float}, @code{font-entity}, @code{font-object}, 2186@code{float}, @code{font-entity}, @code{font-object},
2184@code{font-spec}, @code{frame}, @code{hash-table}, @code{integer}, 2187@code{font-spec}, @code{frame}, @code{hash-table}, @code{integer},
2185@code{marker}, @code{mutex}, @code{overlay}, @code{process}, 2188@code{marker}, @code{mutex}, @code{obarray}, @code{overlay}, @code{process},
2186@code{string}, @code{subr}, @code{symbol}, @code{thread}, 2189@code{string}, @code{subr}, @code{symbol}, @code{thread},
2187@code{vector}, @code{window}, or @code{window-configuration}. 2190@code{vector}, @code{window}, or @code{window-configuration}.
2188However, if @var{object} is a record, the type specified by its first 2191However, if @var{object} is a record, the type specified by its first