emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/async e72e96185e 1/4: Fix a typo


From: ELPA Syncer
Subject: [elpa] externals/async e72e96185e 1/4: Fix a typo
Date: Wed, 28 Dec 2022 08:57:20 -0500 (EST)

branch: externals/async
commit e72e96185e486dbd17a8dfbec979ced0b3c60fac
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    Fix a typo
---
 async.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/async.el b/async.el
index ad91930d30..64e2fb57e2 100644
--- a/async.el
+++ b/async.el
@@ -282,7 +282,7 @@ its FINISH-FUNC is nil."
        (plist-get value :async-message)))
 
 (defun async-send (&rest args)
-  "Send the given messages to the asychronous Emacs PROCESS."
+  "Send the given messages to the asynchronous Emacs PROCESS."
   (let ((args (append args '(:async-message t))))
     (if async-in-child-emacs
         (if async-callback
@@ -290,7 +290,7 @@ its FINISH-FUNC is nil."
       (async--transmit-sexp (car args) (list 'quote (cdr args))))))
 
 (defun async-receive ()
-  "Send the given messages to the asychronous Emacs PROCESS."
+  "Send the given messages to the asynchronous Emacs PROCESS."
   (async--receive-sexp))
 
 ;;;###autoload



reply via email to

[Prev in Thread] Current Thread [Next in Thread]