fixed documentation

This commit is contained in:
Patrick Seebauer 2014-09-05 18:45:34 +02:00
parent 7ddda8527b
commit 715665129e

View File

@ -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)))