]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fset_buffer_multibyte): Fix docstring.
authorKenichi Handa <handa@m17n.org>
Thu, 5 Feb 2004 02:16:36 +0000 (02:16 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 5 Feb 2004 02:16:36 +0000 (02:16 +0000)
src/ChangeLog
src/buffer.c

index 67de3ded325c6da18e92fc7199d38bfdc3b0dfa1..576df45faff108f08371320d012267e52431fd15 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-05  Kenichi Handa  <handa@m17n.org>
+
+       * buffer.c (Fset_buffer_multibyte): Fix docstring.
+
 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * keymap.c (Vmouse_events): Rename from Vmenu_events.
index fa5a9c85c2da67ba71ecb9f0bc3d4574a52ad0d3..5ebcaa819d1fcb9acae27b5876a997a2c42ec045 100644 (file)
@@ -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;
 {