branch: master
commit 5855a45a2df8c338f9f70f477fbd0550ed06c91e
Merge: b6d9301 c303773
Author: Dmitry Gutov <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #380 from
JulianKniephoff/fix-dead-doc-link-js2-include-jslint-globals
Fix dead link in the documentation
---
js2-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/js2-mode.el b/js2-mode.el
index 3f18bc1..55275a6 100644
--- a/js2-mode.el
+++ b/js2-mode.el
@@ -1122,7 +1122,7 @@ another file, or you've got a potential bug."
(defcustom js2-include-jslint-globals t
"Non-nil to include the identifiers from JSLint global
-declaration (see http://www.jslint.com/lint.html#global) in the
+declaration (see http://www.jslint.com/help.html#global) in the
buffer-local externs list. See `js2-additional-externs' for more
information."
:type 'boolean