branch: elpa/multiple-cursors
commit f5866d62d99fb81ed50a79114d3e6f9c2f385539
Author: Jiří Stránský <[email protected]>
Commit: Jiří Stránský <[email protected]>
Fix typo in readme
`mc/pop-mark` should be `mc/mark-pop`.
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index a2e64ab..0f47b28 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ You can [watch an intro to multiple-cursors at Emacs
Rocks](http://emacsrocks.co
- `mc/mark-previous-symbol-like-this`: Like `mc/mark-previous-like-this` but
only for whole symbols.
- `mc/mark-more-like-this-extended`: Use arrow keys to quickly mark/skip
next/previous occurances.
- `mc/add-cursor-on-click`: Bind to a mouse event to add cursors by clicking.
See tips-section.
- - `mc/pop-mark`: Set a cursor at the current point and move to the next
(different) position on the mark stack. This allows for fine grained control
over the placement of cursors.
+ - `mc/mark-pop`: Set a cursor at the current point and move to the next
(different) position on the mark stack. This allows for fine grained control
over the placement of cursors.
### Juggle around with the current cursors