From: Karl Heuer Date: Thu, 4 Mar 1999 09:16:12 +0000 (+0000) Subject: (syms_of_buffer): Doc fix. X-Git-Tag: emacs-20.4~515 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5ed6257458871297c2dcbd706e5d2c0b8a0f90cc;p=emacs.git (syms_of_buffer): Doc fix. --- 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,