diff options
author | William David Mayo ("Dave") <pobocks@gmail.com> | 2015-01-18 08:35:39 -0500 |
---|---|---|
committer | William David Mayo ("Dave") <pobocks@gmail.com> | 2015-01-18 08:35:39 -0500 |
commit | 713d0cd4254d07b82edce1833156708750738b38 (patch) | |
tree | 8314fddc1fbe5df4878992370b1ebbf051810f3c | |
parent | 113c35383a17672f992198d57ba0a5426ecb184c (diff) | |
parent | a24de8e7deeb91fd2e31c764998733b7dfc2dec6 (diff) | |
download | emmet-mode-713d0cd4254d07b82edce1833156708750738b38.tar.lz emmet-mode-713d0cd4254d07b82edce1833156708750738b38.tar.xz emmet-mode-713d0cd4254d07b82edce1833156708750738b38.zip |
Merge pull request #57 from weih/master
typo in README.md - still needs some attention, which I'm about to give it
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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-next-edit-point`) -- `<M-C-right>` is "Next Edit Point" (`M-x emmet-prev-edit-point`) +- `<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`) For further information and demo see [Emmet's documentation](http://docs.emmet.io/actions/go-to-edit-point/). |