aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/abbrevs.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/abbrevs.texi
parent934046990b5cbe48d863559d3d1f9c07d7dd949a (diff)
downloademacs-scratch/obarray.tar.gz
emacs-scratch/obarray.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/abbrevs.texi')
-rw-r--r--doc/lispref/abbrevs.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/abbrevs.texi b/doc/lispref/abbrevs.texi
index 9b719145584..d89cec4bc2b 100644
--- a/doc/lispref/abbrevs.texi
+++ b/doc/lispref/abbrevs.texi
@@ -65,7 +65,7 @@ expanded in the buffer. For the user-level commands for abbrevs, see
65 65
66@defun make-abbrev-table &optional props 66@defun make-abbrev-table &optional props
67This function creates and returns a new, empty abbrev table---an 67This function creates and returns a new, empty abbrev table---an
68obarray containing no symbols. It is a vector filled with zeros. 68obarray containing no symbols.
69@var{props} is a property list that is applied to the new table 69@var{props} is a property list that is applied to the new table
70(@pxref{Abbrev Table Properties}). 70(@pxref{Abbrev Table Properties}).
71@end defun 71@end defun