We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be84ab4 commit 20b9c21Copy full SHA for 20b9c21
json-mode.el
@@ -187,7 +187,9 @@ json font lock syntactic face function."
187
188
;;;###autoload
189
(defun json-mode-beautify (begin end)
190
- "Beautify/pretty-print from BEGIN to END (or the entire buffer if no active region)."
+ "Beautify/pretty-print from BEGIN to END.
191
+
192
+If the region is not active, beautify the entire buffer ."
193
(interactive "r")
194
(unless (use-region-p)
195
(setq begin (point-min)
0 commit comments