diff options
| author | Eli Zaretskii | 2001-09-08 18:02:29 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-09-08 18:02:29 +0000 |
| commit | 58008c365344fd3d61aa0d0fab2bc50c91530280 (patch) | |
| tree | 9429c8b0b023554b92dd2d64baa8c22812092d60 | |
| parent | 2842de3068a4077c4041026641ff24dc28691342 (diff) | |
| download | emacs-58008c365344fd3d61aa0d0fab2bc50c91530280.tar.gz emacs-58008c365344fd3d61aa0d0fab2bc50c91530280.zip | |
string-as-{muti,uni}byte doesn't act on a buffer.
| -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. | |||
| 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 |
| 2738 | contains a character from the `eight-bit-control' character set. | 2738 | if 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 |