From 7d3347628b99d4cd58f18a0f9fd38baf0a1b52eb Mon Sep 17 00:00:00 2001 From: Jason Blevins Date: Thu, 6 Jul 2017 15:46:53 -0400 Subject: [PATCH] Fix some typos in CHANGES.md --- CHANGES.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index dd0b3ea..dae0026 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -702,10 +702,10 @@ bug reports. Thanks to everyone for your contributions. *March 24, 2013* -Version 2.0 is a major new stable releaes with many new features, +Version 2.0 is a major new stable release with many new features, including some changes to keybindings for element insertion and outline navigation. In summary, Markdown Mode now has improved -keybdinings, smarter markup insertion commands, a general markup +keybindings, smarter markup insertion commands, a general markup removal command, markup completion (normalization), markup promotion and demotion, list and region editing, many syntax highlighting improvements, new and improved movement commands, and generalized link @@ -723,7 +723,7 @@ following and movement. preferred over C-c C-a r, which is deprecated. - Footnote keybindings have been moved away from the C-c C-f n prefix. - - Several other new keybdings have been introduced and are + - Several other new keybindings have been introduced and are described in more detail below. - Removed wiki link following with `RET` and `markdown-follow-wiki-link-on-enter` setting. Use the @@ -746,15 +746,15 @@ following and movement. extra whitespace for atx headings). - Markup promotion and demotion via C-c C-- and C-c C-=, respectively. The sequences - M-<up> and M-<down> may + M- and M- may also be used. - List editing: move list items up and down with - M-<up> and M-<down>. - Indent and exdent list items with M-<left> - and M-<right>. + M- and M-. + Indent and exdent list items with M- + and M-. - Region editing: indent and exdent regions, with tab stops - determined by context, using C-c < and C-c - > (as in `python-mode`). + determined by context, using C-c < and + C-c > (as in `python-mode`). - Smart list item insertion with M-RET, with indentation and marker determined by the surrounding context. Prefix with C-u to decrease the indentation by one @@ -837,7 +837,7 @@ following and movement. inserted headings and horizontal rules). - Unified link following: open links in a browser and wiki links in a new buffer with the same keybinding (C-c - C-o). This supercedes the separate wiki link following + C-o). This supersedes the separate wiki link following command (C-c C-w). - Generalized link movement and following: move between and open all link types (inline, reference, wiki, angle URIs) @@ -946,7 +946,7 @@ Version 1.9 is a major new stable release with important bug fixes. wiki links in another window. - Open inline and reference links and inline URIs in browser (C-c C-o). Thanks to Peter Jones. - - Open files in a standaline previewer or editor + - Open files in a standalone previewer or editor (C-c C-c o). - Clean up numbered/ordered lists (C-c C-c n). Thanks to Donald Ephraim Curtis. @@ -1220,7 +1220,7 @@ expressions, and highlighting for bracketed wiki links. *June 29, 2007* -Version 1.4 includes a small fix to the regular expression syntaxto +Version 1.4 includes a small fix to the regular expression syntax to fix the Emacs 21 "Invalid escape character syntax." error. Thanks to Edward O'Connor for the fix. -- 2.11.4.GIT