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

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

[elpa] externals/async 9e5814a0e1 2/2: Merge pull request #184 from tars


From: ELPA Syncer
Subject: [elpa] externals/async 9e5814a0e1 2/2: Merge pull request #184 from tarsiiformes/typos
Date: Sat, 6 Jan 2024 09:57:19 -0500 (EST)

branch: externals/async
commit 9e5814a0e1007d19795cac7fdb90d1dbd59b192a
Merge: d604187c3c 720d0c75c4
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: GitHub <noreply@github.com>

    Merge pull request #184 from tarsiiformes/typos
    
    Fix typos in docstrings and comments
---
 async-bytecomp.el | 2 +-
 async.el          | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/async-bytecomp.el b/async-bytecomp.el
index 42dbab30dd..1558bd46ff 100644
--- a/async-bytecomp.el
+++ b/async-bytecomp.el
@@ -32,7 +32,7 @@
 ;;  the new files in the current environment with the old files loaded, 
creating
 ;;  errors in most packages after upgrades.
 ;;
-;;  NB: This package is advicing the function `package--compile'.
+;;  NB: This package is advising the function `package--compile'.
 
 ;;; Code:
 
diff --git a/async.el b/async.el
index 581c78de3f..2be7e0bfbd 100644
--- a/async.el
+++ b/async.el
@@ -368,7 +368,7 @@ its FINISH-FUNC is nil."
        (plist-get value :async-message)))
 
 (defun async-send (process-or-key &rest args)
-  "Send the given message to the asychronous child or parent Emacs.
+  "Send the given message to the asynchronous child or parent Emacs.
 
 To send messages from the parent to a child, PROCESS-OR-KEY is
 the child process object.  ARGS is a plist.  Example:
@@ -439,7 +439,7 @@ working directory."
       (set-marker-insertion-type async-read-marker nil)
       (set-process-sentinel proc #'async-when-done)
       ;; Pass the value of `async-prompt-for-password' to the process
-      ;; filter fn trough the lexical local var prt-for-pwd (Issue#182).
+      ;; filter fn through the lexical local var prt-for-pwd (Issue#182).
       (set-process-filter proc (lambda (proc string)
                                  (async-read-from-client
                                   proc string prt-for-pwd)))



reply via email to

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