]> code.delx.au - gnu-emacs-elpa/commitdiff
Clarify the operation scope of replacing
authorMichael Heerdegen <michael_heerdegen@web.de>
Sun, 20 Mar 2016 13:15:44 +0000 (14:15 +0100)
committerMichael Heerdegen <michael_heerdegen@web.de>
Thu, 19 May 2016 20:28:14 +0000 (22:28 +0200)
packages/el-search/el-search.el

index c56c9d0f9723f0c558ca08550e4f98bafd1d6a76..71b07ecdafaa5c0c7e406b6d97c04999b8272320 100644 (file)
@@ -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."