]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix last change.
authorEli Zaretskii <eliz@gnu.org>
Sat, 24 Feb 2024 11:03:11 +0000 (13:03 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 28 Feb 2024 17:51:57 +0000 (18:51 +0100)
(cherry picked from commit 4eed2768b10d074612853b68248a4b255a5c7d58)

etc/NEWS

index 6f1dc4ae37e697ab22437cae6aa6335463806cc0..37c89a70c142ac8e8a835779aa676d95a451f4dd 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2181,9 +2181,10 @@ The old vector representation is still accepted by functions operating
 on obarrays, but 'obarrayp' only returns 't' for obarray objects.
 'type-of' now returns 'obarray' for obarray objects.
 
-Old code which incorrectly created "obarrays" as Lisp vectors filled
+Old code which (incorrectly) created "obarrays" as Lisp vectors filled
 with something other than 0, as in '(make-vector N nil)', will no longer
-work at all and should be rewritten to use 'obarray-make'.
+work, and should be rewritten to use 'obarray-make'.  Alternatively, you
+can fill the vector with 0.
 
 +++
 *** New function 'obarray-clear' removes all symbols from an obarray.