aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-09-12 13:08:29 +0000
committerEli Zaretskii2001-09-12 13:08:29 +0000
commitfb2c6a6b37999364c3d2cb9507dfbf89d3a390ab (patch)
tree03a51f80c97b50def6c23d10103dbb812009f0b6
parent6206f8ce21442d8003ecb68b930d908bc690a7f4 (diff)
downloademacs-fb2c6a6b37999364c3d2cb9507dfbf89d3a390ab.tar.gz
emacs-fb2c6a6b37999364c3d2cb9507dfbf89d3a390ab.zip
Fix a typo.
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
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.
2453when they find 8-bit characters. Previously, they included `ascii' in a 2453when they find 8-bit characters. Previously, they included `ascii' in a
2454multibyte buffer and `unknown' in a unibyte buffer. 2454multibyte buffer and `unknown' in a unibyte buffer.
2455 2455
2456*** The functions `set-buffer-modified', `string-as-multibyte' and 2456*** The functions `set-buffer-multibyte', `string-as-multibyte' and
2457`string-as-unibyte' change the byte sequence of a buffer or a string 2457`string-as-unibyte' change the byte sequence of a buffer or a string
2458if it contains a character from the `eight-bit-control' character set. 2458if it contains a character from the `eight-bit-control' character set.
2459 2459