comparison 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
comparison
equal deleted inserted replaced
53815:004f4b57ea3f 53816:0987c11386f1
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 2085 If the multibyte flag was really changed, undo information of the
2086 current buffer is cleared. */) 2086 current buffer is cleared. */)
2087 (flag) 2087 (flag)
2088 Lisp_Object flag; 2088 Lisp_Object flag;
2089 { 2089 {
2090 struct Lisp_Marker *tail, *markers; 2090 struct Lisp_Marker *tail, *markers;