# HG changeset patch # User Kenichi Handa # Date 1075947303 0 # Node ID 004f4b57ea3fdd4e0fca0c61fae2b63ad682046c # Parent 86bb8a3df02163f54705bc8cc7bd01d573c0f57f (Fset_buffer_multibyte): Fix docstring. diff -r 86bb8a3df021 -r 004f4b57ea3f src/buffer.c --- 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; {