]> git.eshelyaron.com Git - emacs.git/commitdiff
perform-replace doc string fix
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 2 Oct 2022 12:09:39 +0000 (14:09 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 2 Oct 2022 12:09:39 +0000 (14:09 +0200)
* lisp/replace.el (perform-replace): Fix doc string (bug#58177).

lisp/replace.el

index 6393c092886517c1caa5fcc6223ee097bdcf04e7..8f81ec33a6eb35e5ee02e703f4e527a8fff2af17 100644 (file)
@@ -2817,8 +2817,8 @@ which will run faster and probably do exactly what you want.  Please
 see the documentation of `replace-match' to find out how to simulate
 `case-replace'.
 
-This function returns nil if and only if there were no matches to
-make, or the user didn't cancel the call.
+This function returns nil if there were no matches to make, or
+the user cancelled the call.
 
 REPLACEMENTS is either a string, a list of strings, or a cons cell
 containing a function and its first argument.  The function is