From 58008c365344fd3d61aa0d0fab2bc50c91530280 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 8 Sep 2001 18:02:29 +0000 Subject: [PATCH] string-as-{muti,uni}byte doesn't act on a buffer. --- etc/NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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