From: Eli Zaretskii Date: Mon, 11 Jun 2001 08:40:19 +0000 (+0000) Subject: Fix a typo. X-Git-Tag: emacs-pretest-21.0.104~293 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e7ad2d2315c2d443a75198c326e26cab1c3406ca;p=emacs.git Fix a typo. --- diff --git a/man/search.texi b/man/search.texi index 3ab76eacb29..17c4a250a81 100644 --- a/man/search.texi +++ b/man/search.texi @@ -865,7 +865,7 @@ performs the inverse transformation. @subsection Replace Commands and Case If the first argument of a replace command is all lower case, the -commands ignores case while searching for occurrences to +command ignores case while searching for occurrences to replace---provided @code{case-fold-search} is non-@code{nil}. If @code{case-fold-search} is set to @code{nil}, case is always significant in all searches.