diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-09-08 18:02:29 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-09-08 18:02:29 +0000 |
commit | 1df167b08a3b1caa3b9fe87a8360fdd63ba28a09 (patch) | |
tree | 6d772f985ed35bd5208cc95c85729e6d71a6b9db /etc | |
parent | 8c399a59d95344342381309ce03aa57e2eece127 (diff) | |
download | emacs-1df167b08a3b1caa3b9fe87a8360fdd63ba28a09.tar.gz |
string-as-{muti,uni}byte doesn't act on a buffer.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |