emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ELPA-diffs] /srv/bzr/emacs/elpa r400: js2-mode: Fix a typo


From: Dmitry Gutov
Subject: [ELPA-diffs] /srv/bzr/emacs/elpa r400: js2-mode: Fix a typo
Date: Fri, 10 May 2013 20:11:33 +0400
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 400
committer: Dmitry Gutov <address@hidden>
branch nick: elpa
timestamp: Fri 2013-05-10 20:11:33 +0400
message:
  js2-mode: Fix a typo
  
  Git commit c50f3d1d9db63bcbea3f02036ee17ab0d7511be0
modified:
  packages/js2-mode/js2-mode.el
=== modified file 'packages/js2-mode/js2-mode.el'
--- a/packages/js2-mode/js2-mode.el     2013-05-10 15:24:05 +0000
+++ b/packages/js2-mode/js2-mode.el     2013-05-10 16:11:33 +0000
@@ -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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]