]> git.eshelyaron.com Git - emacs.git/commit
Update documentation of 'aset' and 'store-substring'
authorEli Zaretskii <eliz@gnu.org>
Sun, 5 Jun 2022 08:28:10 +0000 (11:28 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 5 Jun 2022 08:28:10 +0000 (11:28 +0300)
commit3ea9357d109e303fece9d49e1fdad8a2e42cc858
tree841f64e8540a7a16995cbfa411b41b00c58fe2ca
parent1b8719835a200a2be17da226e82030f691caba80
Update documentation of 'aset' and 'store-substring'

* doc/lispref/strings.texi (Modifying Strings): Adjust to
implementation changes: it is possible for the modified string to
have fewer or more bytes than the original.  Add recommendations
regarding unibyte vs multibyte strings and characters.  (Bug#55801)
doc/lispref/strings.texi