From: Michael Albinus Date: Fri, 12 Apr 2024 13:51:26 +0000 (+0200) Subject: ; * etc/NEWS: Fix typo. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7c3a2f852098ec7a691b71c153d0c831156c426d;p=emacs.git ; * etc/NEWS: Fix typo. (cherry picked from commit 2fc7e21f5e75ea6b00d6f7344335f44f5663d955) --- diff --git a/etc/NEWS b/etc/NEWS index 3023657e754..c5f2cf99041 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1894,7 +1894,7 @@ minibuffer history is reserved for past minibuffer inputs. +++ ** Conversion of strings to and from byte-arrays works with multibyte strings. The functions 'dbus-string-to-byte-array' and -'dbus-byte-array-to-string}' now accept and return multibyte Lisp +'dbus-byte-array-to-string' now accept and return multibyte Lisp strings, encoding to UTF-8 and decoding from UTF-8 internally. This means that the argument to 'dbus-byte-array-to-string' must be a valid UTF-8 byte sequence, and the optional parameter MULTIBYTE of