]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_buffer): Doc fix.
authorKarl Heuer <kwzh@gnu.org>
Thu, 4 Mar 1999 09:16:12 +0000 (09:16 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 4 Mar 1999 09:16:12 +0000 (09:16 +0000)
src/buffer.c

index 2fad7c0be989f21709233e6aa060047751a51fe6..e2aa5818ff15593f2a1f78027a422f6439e791b8 100644 (file)
@@ -4191,7 +4191,7 @@ Automatically becomes buffer-local when set in any fashion.");
 
   DEFVAR_PER_BUFFER ("case-fold-search", &current_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", &current_buffer->fill_column,