# HG changeset patch # User Richard M. Stallman # Date 1125797474 0 # Node ID 183e1bf747e4f40b1e6381866dbc5ebd4a7dca25 # Parent 33c5395c982b96e5e12fe03d1fe91f01dd543207 (Search Case): Mention vars that control case-fold-search for various operations. diff -r 33c5395c982b -r 183e1bf747e4 man/search.texi --- a/man/search.texi Sun Sep 04 01:28:41 2005 +0000 +++ b/man/search.texi Sun Sep 04 01:31:14 2005 +0000 @@ -907,6 +907,12 @@ (@pxref{Replace}) and the minibuffer history matching commands (@pxref{Minibuffer History}). + Several related variables control case-sensitivity of searching and +matching for specific commands or activities. For instance, +@code{tags-case-fold-search} controls case sensitivity for +@code{find-tag}. To find these variables, do @kbd{M-x +apropos-variable @key{RET} case-fold-search @key{RET}}. + @node Replace @section Replacement Commands @cindex replacement