diff options
| author | Kenichi Handa | 2004-02-05 02:16:36 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2004-02-05 02:16:36 +0000 |
| commit | fc1d15f69da0808959f5d6e8c8caa0a8d0b100c7 (patch) | |
| tree | aee67488e21714941c95eb536ddf8db6006f8b25 /src/buffer.c | |
| parent | d13454278044b9b5aa992cbd6f116884aad180f8 (diff) | |
| download | emacs-fc1d15f69da0808959f5d6e8c8caa0a8d0b100c7.tar.gz emacs-fc1d15f69da0808959f5d6e8c8caa0a8d0b100c7.zip | |
(Fset_buffer_multibyte): Fix docstring.
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 | { |