diff options
Diffstat (limited to 'src/buffer.c')
| -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 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", ¤t_buffer->case_fold_search, | 4192 | DEFVAR_PER_BUFFER ("case-fold-search", ¤t_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\ |
| 4195 | Automatically becomes buffer-local when set in any fashion."); | 4195 | Automatically becomes buffer-local when set in any fashion."); |
| 4196 | 4196 | ||
| 4197 | DEFVAR_PER_BUFFER ("fill-column", ¤t_buffer->fill_column, | 4197 | DEFVAR_PER_BUFFER ("fill-column", ¤t_buffer->fill_column, |