branch: elpa/isl
commit ec7e45edadf85d7c0a24f8f4ea968c899ea4a3c2
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Update docstring
---
isl.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/isl.el b/isl.el
index c659ad75ff5..0939e42c118 100644
--- a/isl.el
+++ b/isl.el
@@ -532,7 +532,9 @@ the initial position i.e. the position before launching
`isl-search'."
(defun isl-query-replace (&optional arg)
"Launch `query-replace' from isl.
-Argument ARG have same meaning as in `query-replace'."
+Argument ARG have same meaning as in `query-replace'.
+When it is launched from the last occurence, replacement is done
+automatically backward."
(interactive "P")
(cl-assert isl--item-overlays nil "Nothing yet to replace")
(let* ((style (isl-matching-style))