diff options
| author | Dave Love | 1998-09-04 14:08:26 +0000 |
|---|---|---|
| committer | Dave Love | 1998-09-04 14:08:26 +0000 |
| commit | ed218f733e8ca96b3ff003974e3d143e06fca929 (patch) | |
| tree | 61ab000a0b81e24d78bbcd5d9178f9313e37db89 /src/buffer.c | |
| parent | f3e62da23a39c7cddca3af5be04bed4422855015 (diff) | |
| download | emacs-ed218f733e8ca96b3ff003974e3d143e06fca929.tar.gz emacs-ed218f733e8ca96b3ff003974e3d143e06fca929.zip | |
(enable-multibyte-characters): Doc fix.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/buffer.c b/src/buffer.c index 8dc2c848ee9..4845b5bc6dd 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -4212,9 +4212,9 @@ in the current display table (if there is one)."); | |||
| 4212 | DEFVAR_PER_BUFFER ("enable-multibyte-characters", | 4212 | DEFVAR_PER_BUFFER ("enable-multibyte-characters", |
| 4213 | ¤t_buffer->enable_multibyte_characters, | 4213 | ¤t_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 | ¤t_buffer->buffer_file_coding_system, Qnil, | 4220 | ¤t_buffer->buffer_file_coding_system, Qnil, |