branch: elpa/isl
commit 3afcea344b7600a1de34aaafed7da0a6038219b4
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 7aad586fc1d..271a8300cf5 100644
--- a/isl.el
+++ b/isl.el
@@ -763,7 +763,9 @@ Buffer may have been modified by `isl-align-regexp'."
(defun isl-align-regexp (arg)
"Align text matching regexp in current-buffer.
-Numeric prefix ARG is applied to the SPACING arg of `align-regexp'."
+Numeric prefix ARG is applied to the SPACING arg of `align-regexp'.
+Quitting undo all the align actions done in current session, to valid
+all align operations you have to exit with RET."
(interactive "p")
(cl-assert isl--narrow-to-region nil "No region found")
(cl-assert (not (cdr (isl-split-string isl-pattern))) nil