Mercurial > emacs
changeset 24434:3c42b33fb636
(syms_of_buffer): Doc fix.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 04 Mar 1999 09:16:12 +0000 |
parents | 118e66d79d64 |
children | 3b5ee0390edd |
files | src/buffer.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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,