mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2025-10-13 21:03:05 +00:00
Update docstring of mc/cursor-is-bar
This commit is contained in:
parent
60b9ef8347
commit
ad95d287c7
@ -104,7 +104,7 @@
|
||||
(set-marker ,s nil))))
|
||||
|
||||
(defun mc/cursor-is-bar ()
|
||||
"returns non-nil if the cursor is a bar"
|
||||
"Return non-nil if the cursor is a bar."
|
||||
(or (eq cursor-type 'bar)
|
||||
(and (listp cursor-type)
|
||||
(eq (car cursor-type) 'bar))))
|
||||
|
Loading…
x
Reference in New Issue
Block a user