Mercurial > emacs
changeset 23174:eb56d7e8faa1
(enable-multibyte-characters): Doc fix.
author | Dave Love <fx@gnu.org> |
---|---|
date | Fri, 04 Sep 1998 14:08:26 +0000 |
parents | 073e555c28c8 |
children | ea4f70068321 |
files | src/buffer.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/buffer.c Thu Sep 03 22:34:47 1998 +0000 +++ b/src/buffer.c Fri Sep 04 14:08:26 1998 +0000 @@ -4212,9 +4212,9 @@ DEFVAR_PER_BUFFER ("enable-multibyte-characters", ¤t_buffer->enable_multibyte_characters, make_number (-1), - "*Non-nil means the buffer contents are regarded as multi-byte form\n\ -of characters, not a binary code. This affects the display, file I/O,\n\ -and behaviors of various editing commands."); + "*Non-nil means the buffer contents are regarded as multi-byte characters.\n\ +Otherwise they are regarded as unibyte. This affects the display,\n\ +file I/O and the behavior of various editing commands."); DEFVAR_PER_BUFFER ("buffer-file-coding-system", ¤t_buffer->buffer_file_coding_system, Qnil,