]> code.delx.au - gnu-emacs-elpa/blobdiff - README.md
Link to branch emacs23
[gnu-emacs-elpa] / README.md
index a8f5ac8eccd4fee3371ed011b209a274315e275b..ba5bb50f9017cd141873caf17134a45f2c9da41b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -3,8 +3,7 @@ Description
 
 An improved JavaScript mode for GNU Emacs. Forked from <http://code.google.com/p/js2-mode/>.
 
-For some of the user-visible changes, see
-[Changes from the original mode](https://github.com/mooz/js2-mode/wiki/Changes-from-the-original-mode).
+For some of the latest changes, see [latest user-visible changes](https://github.com/mooz/js2-mode/wiki/Latest-user-visible-changes).
 
 Installation
 ======
@@ -27,7 +26,7 @@ additional details.
 Emacs 22 and 23
 ===============
 
-This version requires Emacs 24. For backwards-compatible version, check out the [`master` branch](https://github.com/mooz/js2-mode/tree/master).
+This version requires Emacs 24. For a backward compatible version, check out the branch [emacs23](https://github.com/mooz/js2-mode/tree/emacs23).
 
 Bugs
 ====
@@ -39,5 +38,5 @@ See Also
 
 Some third-party modes that use the generated syntax tree:
 
-* [js2-highlight-vars-mode](http://mihai.bazon.net/projects/editing-javascript-with-emacs-js2-mode/js2-highlight-vars-mode)
 * [js2-refactor](https://github.com/magnars/js2-refactor.el)
+* [skewer-mode](https://github.com/skeeto/skewer-mode)