We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8844263 commit be84ab4Copy full SHA for be84ab4
json-mode.el
@@ -257,7 +257,7 @@ json font lock syntactic face function."
257
(define-key json-mode-map (kbd "C-c C-i") 'json-increment-number-at-point)
258
259
(defun json-decrement-number-at-point (&optional delta)
260
- "Decrement the number at point."
+ "Subtract DELTA from the number at point; DELTA defaults to 1."
261
(interactive "P")
262
(json-increment-number-at-point (- (or delta 1))))
263
0 commit comments