aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/objects.texi
diff options
context:
space:
mode:
authorMattias EngdegÄrd2024-02-17 13:27:25 +0100
committerMattias EngdegÄrd2024-02-17 20:29:54 +0100
commit1b20fe7dff234a8660d8a73c9a183c19863331a7 (patch)
tree9de544f8c0e489d5320761dab55c581d5085deed /doc/lispref/objects.texi
parent934046990b5cbe48d863559d3d1f9c07d7dd949a (diff)
downloademacs-1b20fe7dff234a8660d8a73c9a183c19863331a7.tar.gz
emacs-1b20fe7dff234a8660d8a73c9a183c19863331a7.zip
Update NEWS and manual after obarray changesscratch/obarray
* doc/lispref/abbrevs.texi (Abbrev Tables): * doc/lispref/symbols.texi (Creating Symbols): * doc/lispref/objects.texi (Type Predicates): Update text for obarray now being an opaque type. * etc/NEWS: Announce.
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 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}.
2187However, if @var{object} is a record, the type specified by its first 2190However, if @var{object} is a record, the type specified by its first