aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 2fad7c0be98..e2aa5818ff1 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -4191,7 +4191,7 @@ Automatically becomes buffer-local when set in any fashion.");
4191 4191
4192 DEFVAR_PER_BUFFER ("case-fold-search", &current_buffer->case_fold_search, 4192 DEFVAR_PER_BUFFER ("case-fold-search", &current_buffer->case_fold_search,
4193 Qnil, 4193 Qnil,
4194 "*Non-nil if searches should ignore case.\n\ 4194 "*Non-nil if searches and matches should ignore case.\n\
4195Automatically becomes buffer-local when set in any fashion."); 4195Automatically becomes buffer-local when set in any fashion.");
4196 4196
4197 DEFVAR_PER_BUFFER ("fill-column", &current_buffer->fill_column, 4197 DEFVAR_PER_BUFFER ("fill-column", &current_buffer->fill_column,