]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix wording in Emacs manual
authorEli Zaretskii <eliz@gnu.org>
Wed, 10 May 2023 13:36:14 +0000 (16:36 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 10 May 2023 13:36:14 +0000 (16:36 +0300)
* doc/emacs/search.texi (Replacement and Lax Matches): Fix
wording.  (Bug#63398)

doc/emacs/search.texi

index a504809386963a45a048f6c469d6fbc7a14c2c1e..fb79fe8f3fcc783ee0cf4c2614c0a43813334aad 100644 (file)
@@ -1653,9 +1653,9 @@ command's first argument.  If @code{case-fold-search} is set to
 @code{nil}, case is always significant in all searches.
 
 @vindex case-replace
-  In addition, when the @var{newstring} argument is all or partly lower
-case, replacement commands try to preserve the case pattern of each
-occurrence.  Thus, the command
+  In addition, when the second argument of a replace command is all or
+partly lower case, replacement commands try to preserve the case
+pattern of each occurrence.  Thus, the command
 
 @example
 M-x replace-string @key{RET} foo @key{RET} bar @key{RET}