From: Eli Zaretskii Date: Wed, 12 Sep 2001 13:08:29 +0000 (+0000) Subject: Fix a typo. X-Git-Tag: emacs-pretest-21.0.106~142 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fb2c6a6b37999364c3d2cb9507dfbf89d3a390ab;p=emacs.git Fix a typo. --- diff --git a/etc/NEWS b/etc/NEWS index b1114e263eb..b132ede192c 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -2453,7 +2453,7 @@ restriction to be restored incorrectly. when they find 8-bit characters. Previously, they included `ascii' in a multibyte buffer and `unknown' in a unibyte buffer. -*** The functions `set-buffer-modified', `string-as-multibyte' and +*** The functions `set-buffer-multibyte', `string-as-multibyte' and `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.