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 @@ -66,8 +66,7 @@ Return the new `auto-mode-alist' entry"
6666 " .bowerrc"
6767 " composer.lock"
6868 )
69- " List of filename as string to pass for the JSON entry of
70- `auto-mode-alist' .
69+ " List of filenames as for the JSON entry of `auto-mode-alist' .
7170
7271Note however that custom `json-mode' entries in `auto-mode-alist'
7372won’t be affected."
@@ -126,14 +125,15 @@ This function calls `json-mode--update-auto-mode' to change the
126125
127126;;;### autoload
128127(defun json-mode-show-path ()
129- " Print the path to the node at point to the minibuffer, and yank to the kill ring ."
128+ " Print the path to the node at point to the minibuffer."
130129 (interactive )
131130 (message (jsons-print-path)))
132131
133132(define-key json-mode-map (kbd " C-c C-p" ) 'json-mode-show-path )
134133
135134;;;### autoload
136135(defun json-mode-kill-path ()
136+ " Save JSON path to object at point to kill ring."
137137 (interactive )
138138 (kill-new (jsons-print-path)))
139139
You can’t perform that action at this time.
0 commit comments