diff options
| author | Eli Zaretskii | 2001-09-12 13:08:29 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-09-12 13:08:29 +0000 |
| commit | fb2c6a6b37999364c3d2cb9507dfbf89d3a390ab (patch) | |
| tree | 03a51f80c97b50def6c23d10103dbb812009f0b6 | |
| parent | 6206f8ce21442d8003ecb68b930d908bc690a7f4 (diff) | |
| download | emacs-fb2c6a6b37999364c3d2cb9507dfbf89d3a390ab.tar.gz emacs-fb2c6a6b37999364c3d2cb9507dfbf89d3a390ab.zip | |
Fix a typo.
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -2453,7 +2453,7 @@ restriction to be restored incorrectly. | |||
| 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 | ||