branch: elpa/multiple-cursors
commit 7b4dd88a694664e8dbfb06200b2179f52e91de16
Merge: 5cd6ddf f5866d6
Author: Magnar Sveen <[email protected]>
Commit: Magnar Sveen <[email protected]>
Merge pull request #129 from jistr/readme_typo
Fix typo in readme
---
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