File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ Return the new `auto-mode-alist' entry"
68
68
" .bowerrc"
69
69
" composer.lock"
70
70
)
71
- " List of filename as string to pass for the JSON entry of `auto-mode-alist' .
71
+ " List of filenames for the JSON entry of `auto-mode-alist' .
72
72
73
73
Note however that custom `json-mode' entries in `auto-mode-alist'
74
74
won’t be affected."
@@ -169,14 +169,15 @@ json font lock syntactic face function."
169
169
170
170
;;;### autoload
171
171
(defun json-mode-show-path ()
172
- " Print the path to the node at point to the minibuffer, and yank to the kill ring ."
172
+ " Print the path to the node at point to the minibuffer."
173
173
(interactive )
174
174
(message (jsons-print-path)))
175
175
176
176
(define-key json-mode-map (kbd " C-c C-p" ) 'json-mode-show-path )
177
177
178
178
;;;### autoload
179
179
(defun json-mode-kill-path ()
180
+ " Save JSON path to object at point to kill ring."
180
181
(interactive )
181
182
(kill-new (jsons-print-path)))
182
183
You can’t perform that action at this time.
0 commit comments