File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ json font lock syntactic face function."
149
149
150
150
;;;### autoload
151
151
(define-derived-mode json-mode javascript-mode " JSON"
152
- " Major mode for editing JSON files"
152
+ " Major mode for editing JSON files. "
153
153
:syntax-table json-mode-syntax-table
154
154
(setq font-lock-defaults
155
155
'(json-font-lock-keywords-1
@@ -158,7 +158,7 @@ json font lock syntactic face function."
158
158
159
159
;;;### autoload
160
160
(define-derived-mode jsonc-mode json-mode " JSONC"
161
- " Major mode for editing JSON files with comments"
161
+ " Major mode for editing JSON files with comments. "
162
162
:syntax-table jsonc-mode-syntax-table)
163
163
(setq font-lock-defaults '(json-font-lock-keywords-1 t ))
164
164
@@ -184,7 +184,7 @@ json font lock syntactic face function."
184
184
185
185
;;;### autoload
186
186
(defun json-mode-beautify (begin end )
187
- " Beautify / pretty-print the active region (or the entire buffer if no active region)."
187
+ " Beautify/ pretty-print from BEGIN to END (or the entire buffer if no active region)."
188
188
(interactive " r" )
189
189
(unless (use-region-p )
190
190
(setq begin (point-min )
You can’t perform that action at this time.
0 commit comments