Mercurial > emacs
comparison etc/NEWS @ 39441:cecec2db4346
Fix typo.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 25 Sep 2001 13:31:20 +0000 |
parents | 8b178b9f2ee1 |
children | 5e20b8bbcc45 |
comparison
equal
deleted
inserted
replaced
39440:e70dea2ffaf3 | 39441:cecec2db4346 |
---|---|
2337 | 2337 |
2338 ** The function `delete' now also works with vectors and strings. | 2338 ** The function `delete' now also works with vectors and strings. |
2339 | 2339 |
2340 ** The meaning of the `:weakness WEAK' argument of make-hash-table | 2340 ** The meaning of the `:weakness WEAK' argument of make-hash-table |
2341 has been changed: WEAK can now have new values `key-or-value' and | 2341 has been changed: WEAK can now have new values `key-or-value' and |
2342 `key-and-value', in addtion the `nil', `key', `value', and `t'. | 2342 `key-and-value', in addition the `nil', `key', `value', and `t'. |
2343 | 2343 |
2344 ** Function `aset' stores any multibyte character in any string | 2344 ** Function `aset' stores any multibyte character in any string |
2345 without signaling "Attempt to change char length of a string". It may | 2345 without signaling "Attempt to change char length of a string". It may |
2346 convert a unibyte string to multibyte if necessary. | 2346 convert a unibyte string to multibyte if necessary. |
2347 | 2347 |