changeset 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 b94d6e89ea5b
children be3ca9e58c92
files src/ChangeLog src/buffer.c
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <stephen@xemacs.org>
+
+	* buffer.c (case_fold_search): Improve docstring.
+
 2014-05-08  Jerry James  <james@xemacs.org>
 
 	* print.c (struct debug_bindings): Add print_circle field.
--- 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.
 */ );