diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index 12468677d4c..cdf6d4a7190 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -4232,7 +4232,7 @@ in the current display table (if there is one)."); | |||
| 4232 | DEFVAR_PER_BUFFER ("enable-multibyte-characters", | 4232 | DEFVAR_PER_BUFFER ("enable-multibyte-characters", |
| 4233 | ¤t_buffer->enable_multibyte_characters, | 4233 | ¤t_buffer->enable_multibyte_characters, |
| 4234 | make_number (-1), | 4234 | make_number (-1), |
| 4235 | "*Non-nil means the buffer contents are regarded as multi-byte characters.\n\ | 4235 | "Non-nil means the buffer contents are regarded as multi-byte characters.\n\ |
| 4236 | Otherwise they are regarded as unibyte. This affects the display,\n\ | 4236 | Otherwise they are regarded as unibyte. This affects the display,\n\ |
| 4237 | file I/O and the behavior of various editing commands.\n\ | 4237 | file I/O and the behavior of various editing commands.\n\ |
| 4238 | \n\ | 4238 | \n\ |