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"
66
66
" .bowerrc"
67
67
" composer.lock"
68
68
)
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' .
71
70
72
71
Note however that custom `json-mode' entries in `auto-mode-alist'
73
72
won’t be affected."
@@ -126,14 +125,15 @@ This function calls `json-mode--update-auto-mode' to change the
126
125
127
126
;;;### autoload
128
127
(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."
130
129
(interactive )
131
130
(message (jsons-print-path)))
132
131
133
132
(define-key json-mode-map (kbd " C-c C-p" ) 'json-mode-show-path )
134
133
135
134
;;;### autoload
136
135
(defun json-mode-kill-path ()
136
+ " Save JSON path to object at point to kill ring."
137
137
(interactive )
138
138
(kill-new (jsons-print-path)))
139
139
You can’t perform that action at this time.
0 commit comments