aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c4
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,
2081If FLAG is t, this makes the buffer a multibyte buffer. 2081If FLAG is t, this makes the buffer a multibyte buffer.
2082If FLAG is nil, this makes the buffer a single-byte buffer. 2082If FLAG is nil, this makes the buffer a single-byte buffer.
2083The buffer contents remain unchanged as a sequence of bytes 2083The buffer contents remain unchanged as a sequence of bytes
2084but the contents viewed as characters do change. */) 2084but the contents viewed as characters do change.
2085If the multibyte flag was really changed, undo information of the
2086current buffer is cleared. */)
2085 (flag) 2087 (flag)
2086 Lisp_Object flag; 2088 Lisp_Object flag;
2087{ 2089{