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

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

[nongnu] elpa/with-editor d8f2e99 116/140: Fix typo


From: Jonas Bernoulli
Subject: [nongnu] elpa/with-editor d8f2e99 116/140: Fix typo
Date: Fri, 6 Aug 2021 12:51:32 -0400 (EDT)

branch: elpa/with-editor
commit d8f2e99d1b3058157a247cc68da7c0ebd48d9f88
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Fix typo
---
 with-editor.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/with-editor.el b/with-editor.el
index aae1559..061156d 100644
--- a/with-editor.el
+++ b/with-editor.el
@@ -588,7 +588,7 @@ if that was added earlier by the advised 
`start-file-process'.
 Do so by wrapping the two filter functions using a lambda, which
 becomes the actual filter.  It calls `with-editor-process-filter'
 first, passing t as NO-STANDARD-FILTER.  Then it calls FILTER,
-which may or may not insert the text into the PROCESS' buffer."
+which may or may not insert the text into the PROCESS's buffer."
   (set-process-filter
    process
    (if (eq (process-filter process) 'with-editor-process-filter)



reply via email to

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