diff options
author | Kenichi Handa <handa@m17n.org> | 2004-02-05 02:16:36 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2004-02-05 02:16:36 +0000 |
commit | fc1d15f69da0808959f5d6e8c8caa0a8d0b100c7 (patch) | |
tree | aee67488e21714941c95eb536ddf8db6006f8b25 /src/buffer.c | |
parent | d13454278044b9b5aa992cbd6f116884aad180f8 (diff) | |
download | emacs-fc1d15f69da0808959f5d6e8c8caa0a8d0b100c7.tar.gz |
(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, If FLAG is t, this makes the buffer a multibyte buffer. If FLAG is nil, this makes the buffer a single-byte buffer. The buffer contents remain unchanged as a sequence of bytes -but the contents viewed as characters do change. */) +but the contents viewed as characters do change. +If the multibyte flag was really changed, undo information of the +current buffer is cleared. */) (flag) Lisp_Object flag; { |