From c4249eaf0e4124a5a8623f4ff3b92e71f8517bc7 Mon Sep 17 00:00:00 2001 From: Yasuyuki Oka Date: Sun, 17 Nov 2013 17:42:56 +0900 Subject: [PATCH] Fix a docstring of web-beautify-js-buffer --- web-beautify.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/web-beautify.el b/web-beautify.el index 58d0f9f..dcaec9a 100644 --- a/web-beautify.el +++ b/web-beautify.el @@ -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"))