branch: elpa/with-editor
commit d8f2e99d1b3058157a247cc68da7c0ebd48d9f88
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>

    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