Mercurial > emacs
diff src/buffer.c @ 24434:3c42b33fb636
(syms_of_buffer): Doc fix.
| author | Karl Heuer <kwzh@gnu.org> |
|---|---|
| date | Thu, 04 Mar 1999 09:16:12 +0000 |
| parents | f401b26570a4 |
| children | e8b7cb3fac8c |
line wrap: on
line diff
--- a/src/buffer.c Thu Mar 04 09:15:37 1999 +0000 +++ b/src/buffer.c Thu Mar 04 09:16:12 1999 +0000 @@ -4191,7 +4191,7 @@ DEFVAR_PER_BUFFER ("case-fold-search", ¤t_buffer->case_fold_search, Qnil, - "*Non-nil if searches should ignore case.\n\ + "*Non-nil if searches and matches should ignore case.\n\ Automatically becomes buffer-local when set in any fashion."); DEFVAR_PER_BUFFER ("fill-column", ¤t_buffer->fill_column,
