]> code.delx.au - gnu-emacs-elpa/blobdiff - js2-mode.el
js2-add-browser-externs is not defined
[gnu-emacs-elpa] / js2-mode.el
index afc471ea38a82afcad03ce0a7050a2c50e934f30..20fbb8438ea3ee5c04852f50ef2d5526086c9ba2 100644 (file)
@@ -801,9 +801,6 @@ See `js2-additional-externs' for more information.")
   "Non-nil to include browser externs in the master externs list.
 If you work on JavaScript files that are not intended for browsers,
 such as Mozilla Rhino server-side JavaScript, set this to nil.
-You can always include them on a per-file basis by calling
-`js2-add-browser-externs' from a function on `js2-mode-hook'.
-
 See `js2-additional-externs' for more information about externs."
   :type 'boolean
   :group 'js2-mode)