Mercurial > hg > xemacs-beta
diff src/buffer.c @ 5799:df691b681244
Improve docstring of 'case-fold-search.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Thu, 19 Jun 2014 12:01:31 +0900 |
parents | 56144c8593a8 |
children | 8139bdf8db04 |
line wrap: on
line diff
--- a/src/buffer.c Wed Jun 18 09:26:54 2014 +0100 +++ b/src/buffer.c Thu Jun 19 12:01:31 2014 +0900 @@ -2502,7 +2502,7 @@ */ ); DEFVAR_BUFFER_LOCAL ("case-fold-search", case_fold_search /* -*Non-nil if searches should ignore case. +*If non-nil, searches and matches should ignore case. Automatically becomes buffer-local when set in any fashion. */ );