From: Lars Ingebrigtsen Date: Sun, 2 Oct 2022 12:09:39 +0000 (+0200) Subject: perform-replace doc string fix X-Git-Tag: emacs-29.0.90~1856^2~83 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=98dd8c6ebff7613721dadf294957916e23aaa8cf;p=emacs.git perform-replace doc string fix * lisp/replace.el (perform-replace): Fix doc string (bug#58177). --- diff --git a/lisp/replace.el b/lisp/replace.el index 6393c092886..8f81ec33a6e 100644 --- a/lisp/replace.el +++ b/lisp/replace.el @@ -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