From: Eli Zaretskii Date: Sat, 8 Sep 2001 18:02:29 +0000 (+0000) Subject: string-as-{muti,uni}byte doesn't act on a buffer. X-Git-Tag: emacs-pretest-21.0.106~176 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=58008c365344fd3d61aa0d0fab2bc50c91530280;p=emacs.git string-as-{muti,uni}byte doesn't act on a buffer. --- diff --git a/etc/NEWS b/etc/NEWS index 396f2df74b4..1419e59ac94 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -2734,8 +2734,8 @@ multibyte buffer and `unknown' in a unibyte buffer. --- *** The functions `set-buffer-modified', `string-as-multibyte' and -`string-as-unibyte' change the byte sequence of a buffer if it -contains a character from the `eight-bit-control' character set. +`string-as-unibyte' change the byte sequence of a buffer or a string +if it contains a character from the `eight-bit-control' character set. --- *** The handling of multibyte sequences in a multibyte buffer is