aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Mayo <dave_mayo@harvard.edu>2015-01-18 08:39:32 -0500
committerDave Mayo <dave_mayo@harvard.edu>2015-01-18 08:39:32 -0500
commitdc3adc5624bb42e2f5389cc7ae4c7011f80b2020 (patch)
tree7b75deae27794cd4d9e675b5b2a0e831f83fb26d
parent713d0cd4254d07b82edce1833156708750738b38 (diff)
downloademmet-mode-dc3adc5624bb42e2f5389cc7ae4c7011f80b2020.tar.lz
emmet-mode-dc3adc5624bb42e2f5389cc7ae4c7011f80b2020.tar.xz
emmet-mode-dc3adc5624bb42e2f5389cc7ae4c7011f80b2020.zip
Usual order of multiple modifier keys in emacs doc is C-M. Pedantic!
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7ed86f3..ce86c5b 100644
--- a/README.md
+++ b/README.md
@@ -540,7 +540,7 @@ concatenate each property by '+';
Traverse between important code points in HTML.
-- `<M-C-left>` is "Previous Edit Point" (`M-x emmet-prev-edit-point`)
-- `<M-C-right>` is "Next Edit Point" (`M-x emmet-next-edit-point`)
+- `<C-M-left>` is "Previous Edit Point" (`M-x emmet-prev-edit-point`)
+- `<C-M-right>` is "Next Edit Point" (`M-x emmet-next-edit-point`)
For further information and demo see [Emmet's documentation](http://docs.emmet.io/actions/go-to-edit-point/).