diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-09-04 01:31:14 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-09-04 01:31:14 +0000 |
commit | f2455bde702baba8893a7b619114242a25c36317 (patch) | |
tree | 4c5b97b8b42a753d0a3dc9ef1156d8ee723c5a2b | |
parent | 366717cfa0ff12fc544e9ee5031478e25aecf08d (diff) | |
download | emacs-f2455bde702baba8893a7b619114242a25c36317.tar.gz |
(Search Case): Mention vars that control
case-fold-search for various operations.
-rw-r--r-- | man/search.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/search.texi b/man/search.texi index 0233f7ce8de..b252e9c7c8c 100644 --- a/man/search.texi +++ b/man/search.texi @@ -907,6 +907,12 @@ searches also, including those performed by the replace commands (@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 |