comparison src/buffer.c @ 53815:004f4b57ea3f

(Fset_buffer_multibyte): Fix docstring.
author Kenichi Handa <handa@m17n.org>
date Thu, 05 Feb 2004 02:15:03 +0000
parents 4f64423a6040
children 0987c11386f1
comparison
equal deleted inserted replaced
53814:86bb8a3df021 53815:004f4b57ea3f
2079 1, 1, 0, 2079 1, 1, 0,
2080 doc: /* Set the multibyte flag of the current buffer to FLAG. 2080 doc: /* Set the multibyte flag of the current buffer to FLAG.
2081 If FLAG is t, this makes the buffer a multibyte buffer. 2081 If FLAG is t, this makes the buffer a multibyte buffer.
2082 If FLAG is nil, this makes the buffer a single-byte buffer. 2082 If FLAG is nil, this makes the buffer a single-byte buffer.
2083 The buffer contents remain unchanged as a sequence of bytes 2083 The buffer contents remain unchanged as a sequence of bytes
2084 but the contents viewed as characters do change. */) 2084 but the contents viewed as characters do change.
2085 If the multibyte flag is really changed, undo information of the
2086 current buffer is cleared. */)
2085 (flag) 2087 (flag)
2086 Lisp_Object flag; 2088 Lisp_Object flag;
2087 { 2089 {
2088 struct Lisp_Marker *tail, *markers; 2090 struct Lisp_Marker *tail, *markers;
2089 struct buffer *other; 2091 struct buffer *other;