]> code.delx.au - gnu-emacs-elpa/commitdiff
Fix docstring to conform to the Elisp guideline
authorMasafumi Oyamada (mooz) <stillpedant@gmail.com>
Sun, 4 Jan 2015 13:08:43 +0000 (22:08 +0900)
committerMasafumi Oyamada (mooz) <stillpedant@gmail.com>
Sun, 4 Jan 2015 13:08:43 +0000 (22:08 +0900)
js2-mode.el

index 48e20053fb83b4cab1aaadd7a8a59f8dfa5eca13..0a40fff476eca4bc105e261def554576b9348c11 100644 (file)
@@ -7573,7 +7573,7 @@ string is NAME.  Returns nil and keeps current token otherwise."
     nil))
 
 (defun js2-contextual-kwd-p (token name &optional no-record-face)
-  "Return t if `token' is `js2-NAME', and its string is NAME."
+  "Return t if TOKEN is `js2-NAME', and its string is NAME."
   (and (= (js2-token-type token) js2-NAME)
        (string= (js2-token-string token) name)
        (prog1 t (or no-record-face