branch: elpa/multiple-cursors
commit 715665129e5cd37c80fbed55d0745c730949b059
Author: Patrick Seebauer <[email protected]>
Commit: Patrick Seebauer <[email protected]>
fixed documentation
---
mc-separate-operations.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/mc-separate-operations.el b/mc-separate-operations.el
index 7543232..b587530 100644
--- a/mc-separate-operations.el
+++ b/mc-separate-operations.el
@@ -90,8 +90,7 @@
;;;###autoload
(defun mc/vertical-align (character)
"Aligns all cursors vertically with a given CHARACTER to the one with the
-highest colum number (the rightest)
-Aborts if the some cursors are on the same line.
+highest colum number (the rightest).
Might not behave as intended if more than one cursors are on the same line."
(interactive "c")
(let ((rightest-column (current-column)))