emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/search.texi,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/man/search.texi,v
Date: Mon, 23 Apr 2007 09:15:59 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    07/04/23 09:15:59

Index: search.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/man/search.texi,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -b -r1.87 -r1.88
--- search.texi 21 Jan 2007 04:41:10 -0000      1.87
+++ search.texi 23 Apr 2007 09:15:59 -0000      1.88
@@ -1002,6 +1002,9 @@
   A numeric argument restricts replacement to matches that are surrounded
 by word boundaries.  The argument's value doesn't matter.
 
+  @xref{Replacement and Case}, for details about case-sensitivity in
+replace commands.
+
   What if you want to exchange @samp{x} and @samp{y}: replace every @samp{x} 
with a @samp{y} and vice versa?  You can do it this way:
 
 @example
@@ -1155,9 +1158,9 @@
 occurrence and asks you whether to replace it.  Aside from querying,
 @code{query-replace} works just like @code{replace-string}.  It
 preserves case, like @code{replace-string}, provided
address@hidden is address@hidden, as it normally is.  A numeric
-argument means consider only occurrences that are bounded by
-word-delimiter characters.
address@hidden is address@hidden, as it normally is
+(@pxref{Replacement and Case}).  A numeric argument means consider
+only occurrences that are bounded by word-delimiter characters.
 
 @kindex C-M-%
 @findex query-replace-regexp




reply via email to

[Prev in Thread] Current Thread [Next in Thread]