Mercurial > emacs
changeset 53815:004f4b57ea3f
(Fset_buffer_multibyte): Fix docstring.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 05 Feb 2004 02:15:03 +0000 |
parents | 86bb8a3df021 |
children | 0987c11386f1 |
files | src/buffer.c |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/buffer.c Thu Feb 05 00:19:13 2004 +0000 +++ b/src/buffer.c Thu Feb 05 02:15:03 2004 +0000 @@ -2081,7 +2081,9 @@ 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 is really changed, undo information of the +current buffer is cleared. */) (flag) Lisp_Object flag; {