emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 98dd8c6ebf: perform-replace doc string fix


From: Lars Ingebrigtsen
Subject: master 98dd8c6ebf: perform-replace doc string fix
Date: Sun, 2 Oct 2022 08:10:13 -0400 (EDT)

branch: master
commit 98dd8c6ebff7613721dadf294957916e23aaa8cf
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    perform-replace doc string fix
    
    * lisp/replace.el (perform-replace): Fix doc string (bug#58177).
---
 lisp/replace.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/replace.el b/lisp/replace.el
index 6393c09288..8f81ec33a6 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]