From: Eli Zaretskii Date: Wed, 10 May 2023 13:36:14 +0000 (+0300) Subject: ; Fix wording in Emacs manual X-Git-Tag: emacs-29.0.91~23 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=91fff05ae3544f2a825c7c387878862a8e661be6;p=emacs.git ; Fix wording in Emacs manual * doc/emacs/search.texi (Replacement and Lax Matches): Fix wording. (Bug#63398) --- diff --git a/doc/emacs/search.texi b/doc/emacs/search.texi index a5048093869..fb79fe8f3fc 100644 --- a/doc/emacs/search.texi +++ b/doc/emacs/search.texi @@ -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}