From f5866d62d99fb81ed50a79114d3e6f9c2f385539 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Str=C3=A1nsk=C3=BD?= Date: Sun, 5 Jan 2014 13:13:23 +0100 Subject: [PATCH] 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