]> code.delx.au - gnu-emacs-elpa/commitdiff
js2-mode: Fix a typo
authorDmitry Gutov <dgutov@yandex.ru>
Fri, 10 May 2013 16:11:33 +0000 (20:11 +0400)
committerDmitry Gutov <dgutov@yandex.ru>
Fri, 10 May 2013 16:11:33 +0000 (20:11 +0400)
Git commit c50f3d1d9db63bcbea3f02036ee17ab0d7511be0

packages/js2-mode/js2-mode.el

index 9fd8ba4fe85e991f1ee3de96bb6a1b570f5a7b75..812c35b0b1db77d6423b5dc8374d8c7eea24b346 100644 (file)
@@ -51,7 +51,7 @@
 
 ;;   (add-to-list 'auto-mode-alist '("\\.js\\'" . js2-mode))
 
-;; Alternately, to install it as a minor mode just for JavaScript linting,
+;; Alternatively, to install it as a minor mode just for JavaScript linting,
 ;; you must add it to the appropriate major-mode hook.  Normally this would be:
 
 ;;   (add-hook 'js-mode-hook 'js2-minor-mode)