# HG changeset patch # User Stephen J. Turnbull # Date 1403146891 -32400 # Node ID df691b6812442ebeaa73275cdc0aeaaac91aca16 # Parent b94d6e89ea5b88a2e428575dac03d665ca21bf0b Improve docstring of 'case-fold-search. diff -r b94d6e89ea5b -r df691b681244 src/ChangeLog --- a/src/ChangeLog Wed Jun 18 09:26:54 2014 +0100 +++ b/src/ChangeLog Thu Jun 19 12:01:31 2014 +0900 @@ -26,6 +26,10 @@ introduced by Ben's patch of https://bitbucket.org/xemacs/xemacs/commits/047d37eb70d70f43803 . +2014-06-19 Stephen J. Turnbull + + * buffer.c (case_fold_search): Improve docstring. + 2014-05-08 Jerry James * print.c (struct debug_bindings): Add print_circle field. diff -r b94d6e89ea5b -r df691b681244 src/buffer.c --- 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. */ );