comparison src/buffer.c @ 23174:eb56d7e8faa1

(enable-multibyte-characters): Doc fix.
author Dave Love <fx@gnu.org>
date Fri, 04 Sep 1998 14:08:26 +0000
parents c07c0604d95d
children e80c5f687340
comparison
equal deleted inserted replaced
23173:073e555c28c8 23174:eb56d7e8faa1
4210 in the current display table (if there is one)."); 4210 in the current display table (if there is one).");
4211 4211
4212 DEFVAR_PER_BUFFER ("enable-multibyte-characters", 4212 DEFVAR_PER_BUFFER ("enable-multibyte-characters",
4213 &current_buffer->enable_multibyte_characters, 4213 &current_buffer->enable_multibyte_characters,
4214 make_number (-1), 4214 make_number (-1),
4215 "*Non-nil means the buffer contents are regarded as multi-byte form\n\ 4215 "*Non-nil means the buffer contents are regarded as multi-byte characters.\n\
4216 of characters, not a binary code. This affects the display, file I/O,\n\ 4216 Otherwise they are regarded as unibyte. This affects the display,\n\
4217 and behaviors of various editing commands."); 4217 file I/O and the behavior of various editing commands.");
4218 4218
4219 DEFVAR_PER_BUFFER ("buffer-file-coding-system", 4219 DEFVAR_PER_BUFFER ("buffer-file-coding-system",
4220 &current_buffer->buffer_file_coding_system, Qnil, 4220 &current_buffer->buffer_file_coding_system, Qnil,
4221 "Coding system to be used for encoding the buffer contents on saving.\n\ 4221 "Coding system to be used for encoding the buffer contents on saving.\n\
4222 If it is nil, the buffer is saved without any code conversion unless\n\ 4222 If it is nil, the buffer is saved without any code conversion unless\n\