# HG changeset patch # User Kenichi Handa # Date 1075947342 0 # Node ID 0987c11386f1553fcbc3e934d930300992b15a9b # Parent 004f4b57ea3fdd4e0fca0c61fae2b63ad682046c (Fset_buffer_multibyte): Fix docstring. diff -r 004f4b57ea3f -r 0987c11386f1 src/buffer.c --- a/src/buffer.c Thu Feb 05 02:15:03 2004 +0000 +++ b/src/buffer.c Thu Feb 05 02:15:42 2004 +0000 @@ -2082,7 +2082,7 @@ 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. -If the multibyte flag is really changed, undo information of the +If the multibyte flag was really changed, undo information of the current buffer is cleared. */) (flag) Lisp_Object flag;