Skip to content

Commit

Permalink
Fix a docstring of web-beautify-js-buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
yasuyk committed Nov 17, 2013
1 parent a303f3b commit c4249ea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions web-beautify.el
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,7 @@ Formation is done according to the js-beautify command."

;;;###autoload
(defun web-beautify-js-buffer ()
"Format the current buffer according to the js-beautify command.
Formation is done according to the js-beautify command."
"Format the current buffer according to the js-beautify command."
(web-beautify-format-buffer web-beautify-js-program "js"))


Expand Down

0 comments on commit c4249ea

Please sign in to comment.