Mercurial > emacs
comparison etc/NEWS @ 39255:2ccde3c50b3a
Fix a typo.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Wed, 12 Sep 2001 13:08:29 +0000 |
parents | b0917cfd67e0 |
children | daf37eb76fde |
comparison
equal
deleted
inserted
replaced
39254:73dd40615520 | 39255:2ccde3c50b3a |
---|---|
2451 *** The functions `find-charset-region' and `find-charset-string' include | 2451 *** The functions `find-charset-region' and `find-charset-string' include |
2452 `eight-bit-control' and/or `eight-bit-graphic' in the returned list | 2452 `eight-bit-control' and/or `eight-bit-graphic' in the returned list |
2453 when they find 8-bit characters. Previously, they included `ascii' in a | 2453 when they find 8-bit characters. Previously, they included `ascii' in a |
2454 multibyte buffer and `unknown' in a unibyte buffer. | 2454 multibyte 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 |
2458 if it contains a character from the `eight-bit-control' character set. | 2458 if it contains a character from the `eight-bit-control' character set. |
2459 | 2459 |
2460 *** The handling of multibyte sequences in a multibyte buffer is | 2460 *** The handling of multibyte sequences in a multibyte buffer is |
2461 changed. Previously, a byte sequence matching the pattern | 2461 changed. Previously, a byte sequence matching the pattern |