From 5ed6257458871297c2dcbd706e5d2c0b8a0f90cc Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 4 Mar 1999 09:16:12 +0000 Subject: [PATCH] (syms_of_buffer): Doc fix. --- src/buffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/buffer.c b/src/buffer.c index 2fad7c0be98..e2aa5818ff1 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -4191,7 +4191,7 @@ Automatically becomes buffer-local when set in any fashion."); 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, -- 2.39.2