aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2005-09-04 01:31:14 +0000
committerRichard M. Stallman <[email protected]>2005-09-04 01:31:14 +0000
commitf2455bde702baba8893a7b619114242a25c36317 (patch)
tree4c5b97b8b42a753d0a3dc9ef1156d8ee723c5a2b /man
parent366717cfa0ff12fc544e9ee5031478e25aecf08d (diff)
(Search Case): Mention vars that control
case-fold-search for various operations.
Diffstat (limited to 'man')
-rw-r--r--man/search.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/man/search.texi b/man/search.texi
index 0233f7ce8d..b252e9c7c8 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