emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/el-search 75b5849 083/332: Clarify the operation scope


From: Stefan Monnier
Subject: [elpa] externals/el-search 75b5849 083/332: Clarify the operation scope of replacing
Date: Tue, 1 Dec 2020 15:48:17 -0500 (EST)

branch: externals/el-search
commit 75b5849666a6df03950885393c80872cd89658f1
Author: Michael Heerdegen <michael_heerdegen@web.de>
Commit: Michael Heerdegen <michael_heerdegen@web.de>

    Clarify the operation scope of replacing
---
 el-search.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/el-search.el b/el-search.el
index c56c9d0..71b07ec 100644
--- a/el-search.el
+++ b/el-search.el
@@ -1112,7 +1112,8 @@ Hit any key to proceed."
 
 TO-EXPR is an Elisp expression that is evaluated repeatedly for
 each match with bindings created in FROM-PATTERN in effect to
-produce a replacement expression.
+produce a replacement expression.  Operate from point
+to (point-max).
 
 As each match is found, the user must type a character saying
 what to do with it.  For directions, type ? at that time."



reply via email to

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