Mercurial > emacs
diff src/buffer.c @ 53816:0987c11386f1
(Fset_buffer_multibyte): Fix docstring.
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Thu, 05 Feb 2004 02:15:42 +0000 |
| parents | 004f4b57ea3f |
| children | 1aa8132576ec |
line wrap: on
line diff
--- 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;
