aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-09-08 18:02:29 +0000
committerEli Zaretskii2001-09-08 18:02:29 +0000
commit58008c365344fd3d61aa0d0fab2bc50c91530280 (patch)
tree9429c8b0b023554b92dd2d64baa8c22812092d60
parent2842de3068a4077c4041026641ff24dc28691342 (diff)
downloademacs-58008c365344fd3d61aa0d0fab2bc50c91530280.tar.gz
emacs-58008c365344fd3d61aa0d0fab2bc50c91530280.zip
string-as-{muti,uni}byte doesn't act on a buffer.
-rw-r--r--etc/NEWS4
1 files 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.
2734 2734
2735--- 2735---
2736*** The functions `set-buffer-modified', `string-as-multibyte' and 2736*** The functions `set-buffer-modified', `string-as-multibyte' and
2737`string-as-unibyte' change the byte sequence of a buffer if it 2737`string-as-unibyte' change the byte sequence of a buffer or a string
2738contains a character from the `eight-bit-control' character set. 2738if it contains a character from the `eight-bit-control' character set.
2739 2739
2740--- 2740---
2741*** The handling of multibyte sequences in a multibyte buffer is 2741*** The handling of multibyte sequences in a multibyte buffer is