Skip to content

Commit

Permalink
Fix DOCSTRING of js3-parse-switch.
Browse files Browse the repository at this point in the history
  • Loading branch information
knu committed Sep 19, 2013
1 parent 69dd15c commit efaa15d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js3-mode.el
Expand Up @@ -8311,7 +8311,7 @@ Return value is a list (EXPR LP RP), with absolute paren positions."
pn))

(defun js3-parse-switch ()
"Parser for if-statement. Last matched token must be js3-SWITCH."
"Parser for switch-statement. Last matched token must be js3-SWITCH."
(let ((pos js3-token-beg)
tt
pn
Expand Down

0 comments on commit efaa15d

Please sign in to comment.