Skip to content

Commit 20b9c21

Browse files
committed
Fix byte-compile warning
1 parent be84ab4 commit 20b9c21

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

json-mode.el

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,9 @@ json font lock syntactic face function."
187187

188188
;;;###autoload
189189
(defun json-mode-beautify (begin end)
190-
"Beautify/pretty-print from BEGIN to END (or the entire buffer if no active region)."
190+
"Beautify/pretty-print from BEGIN to END.
191+
192+
If the region is not active, beautify the entire buffer ."
191193
(interactive "r")
192194
(unless (use-region-p)
193195
(setq begin (point-min)

0 commit comments

Comments
 (0)