comparison man/search.texi @ 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 b0da9981adab
children 8430a6e62d6c a3716f7538f2
comparison
equal deleted inserted replaced
65326:33c5395c982b 65327:183e1bf747e4
905 can also set. @xref{Locals}. This variable applies to nonincremental 905 can also set. @xref{Locals}. This variable applies to nonincremental
906 searches also, including those performed by the replace commands 906 searches also, including those performed by the replace commands
907 (@pxref{Replace}) and the minibuffer history matching commands 907 (@pxref{Replace}) and the minibuffer history matching commands
908 (@pxref{Minibuffer History}). 908 (@pxref{Minibuffer History}).
909 909
910 Several related variables control case-sensitivity of searching and
911 matching for specific commands or activities. For instance,
912 @code{tags-case-fold-search} controls case sensitivity for
913 @code{find-tag}. To find these variables, do @kbd{M-x
914 apropos-variable @key{RET} case-fold-search @key{RET}}.
915
910 @node Replace 916 @node Replace
911 @section Replacement Commands 917 @section Replacement Commands
912 @cindex replacement 918 @cindex replacement
913 @cindex search-and-replace commands 919 @cindex search-and-replace commands
914 @cindex string substitution 920 @cindex string substitution