Mercurial > emacs
changeset 65327:183e1bf747e4
(Search Case): Mention vars that control
case-fold-search for various operations.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 04 Sep 2005 01:31:14 +0000 |
parents | 33c5395c982b |
children | 5e93eb177fdb |
files | man/search.texi |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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