Skip to content

Commit

Permalink
Fix typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
yasuyk committed Nov 17, 2013
1 parent 34a6925 commit 7a85481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-beautify.el
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Formatting is done according to the css-beautify command."

;;;###autoload
(defun web-beautify-js ()
"Format region from if active, otherwise the current buffer.
"Format region if active, otherwise the current buffer.
Formatting is done according to the js-beautify command."
(interactive)
Expand Down

0 comments on commit 7a85481

Please sign in to comment.