diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index fa5a9c85c2d..5ebcaa819d1 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -2081,7 +2081,9 @@ DEFUN ("set-buffer-multibyte", Fset_buffer_multibyte, Sset_buffer_multibyte, | |||
| 2081 | If FLAG is t, this makes the buffer a multibyte buffer. | 2081 | If FLAG is t, this makes the buffer a multibyte buffer. |
| 2082 | If FLAG is nil, this makes the buffer a single-byte buffer. | 2082 | If FLAG is nil, this makes the buffer a single-byte buffer. |
| 2083 | The buffer contents remain unchanged as a sequence of bytes | 2083 | The buffer contents remain unchanged as a sequence of bytes |
| 2084 | but the contents viewed as characters do change. */) | 2084 | but the contents viewed as characters do change. |
| 2085 | If the multibyte flag was really changed, undo information of the | ||
| 2086 | current buffer is cleared. */) | ||
| 2085 | (flag) | 2087 | (flag) |
| 2086 | Lisp_Object flag; | 2088 | Lisp_Object flag; |
| 2087 | { | 2089 | { |