1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

; Fix typos

This commit is contained in:
Stefan Kangas 2023-12-22 17:14:09 +01:00
parent 9370bc9d1a
commit 27d2395879

View file

@ -626,7 +626,7 @@ With optional CLEANUP, kill any associated buffers."
(when-let ((actions (hash-table-values (jsonrpc--deferred-actions connection))))
(jsonrpc--run-event-hook
connection 'internal
:log-text (format "re-attempting deffered requests %s"
:log-text (format "re-attempting deferred requests %s"
(mapcar (apply-partially #'nth 2) actions)))
(mapc #'funcall (mapcar #'car actions))))
@ -786,7 +786,7 @@ Return the full continuation (ID SUCCESS-FN ERROR-FN TIMER)"
(funcall success-fn result)))
(t
;; For clarity. This happens if the `jsonrpc-request' was
;; cancelled
;; canceled
))))
(cl-defun jsonrpc--async-request-1 (connection