From 98dd8c6ebff7613721dadf294957916e23aaa8cf Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sun, 2 Oct 2022 14:09:39 +0200 Subject: [PATCH] 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 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 -- 2.39.2