mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2025-10-13 21:03:05 +00:00
fixed documentation
This commit is contained in:
parent
7ddda8527b
commit
715665129e
@ -90,8 +90,7 @@
|
|||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun mc/vertical-align (character)
|
(defun mc/vertical-align (character)
|
||||||
"Aligns all cursors vertically with a given CHARACTER to the one with the
|
"Aligns all cursors vertically with a given CHARACTER to the one with the
|
||||||
highest colum number (the rightest)
|
highest colum number (the rightest).
|
||||||
Aborts if the some cursors are on the same line.
|
|
||||||
Might not behave as intended if more than one cursors are on the same line."
|
Might not behave as intended if more than one cursors are on the same line."
|
||||||
(interactive "c")
|
(interactive "c")
|
||||||
(let ((rightest-column (current-column)))
|
(let ((rightest-column (current-column)))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user