branch: elpa/with-editor
commit 53dcd4d09924b0ae2908b417fe817dc5c6d90f20
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
Fix typos
---
with-editor.el | 4 ++--
with-editor.org | 6 +++---
with-editor.texi | 6 +++---
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/with-editor.el b/with-editor.el
index 2d28237..a35b6f8 100644
--- a/with-editor.el
+++ b/with-editor.el
@@ -210,7 +210,7 @@ performant implementation:
trap \\\"exit 1\" USR2; \\
while true; do sleep 1; done'\"
-Note that the unit seperator character () right after the file
+Note that the unit separator character () right after the file
name ($0) is required.
Also note that using this alternative implementation leads to a
@@ -582,7 +582,7 @@ the appropriate editor environment variable."
(defun with-editor-set-process-filter (process filter)
"Like `set-process-filter' but keep `with-editor-process-filter'.
Give PROCESS the new FILTER but keep `with-editor-process-filter'
-if that was added earlier by the adviced `start-file-process'.
+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'
diff --git a/with-editor.org b/with-editor.org
index f1f1433..01d94f0 100644
--- a/with-editor.org
+++ b/with-editor.org
@@ -8,7 +8,7 @@
#+TEXINFO_DIR_CATEGORY: Emacs
#+TEXINFO_DIR_TITLE: With-Editor: (with-editor).
#+TEXINFO_DIR_DESC: Using the Emacsclient as $EDITOR
-#+SUBTITLE: for version 2.8.3
+#+SUBTITLE: for version 2.8.3 (v2.8.3-7-gd5c7772+1)
#+TEXINFO_DEFFN: t
#+PROPERTY: header-args :eval never
@@ -32,7 +32,7 @@ additional functionality which makes it useful even for
end-users, who
don't use Magit or another package which uses it internally.
#+TEXINFO: @noindent
-This manual is for With-Editor version 2.8.3.
+This manual is for With-Editor version 2.8.3 (v2.8.3-7-gd5c7772+1).
#+BEGIN_QUOTE
Copyright (C) 2015-2019 Jonas Bernoulli <[email protected]>
@@ -143,7 +143,7 @@ it receives a signal.
while true; do sleep 1; done'"
#+END_SRC
- Note that the unit seperator character () right after the file
+ Note that the unit separator character () right after the file
name ($0) is required.
Also note that using this alternative implementation leads to a
diff --git a/with-editor.texi b/with-editor.texi
index 793c6cb..7578dc0 100644
--- a/with-editor.texi
+++ b/with-editor.texi
@@ -31,7 +31,7 @@ General Public License for more details.
@finalout
@titlepage
@title With-Editor User Manual
-@subtitle for version 2.8.3
+@subtitle for version 2.8.3 (v2.8.3-7-gd5c7772+1)
@author Jonas Bernoulli
@page
@vskip 0pt plus 1filll
@@ -60,7 +60,7 @@ additional functionality which makes it useful even for
end-users, who
don't use Magit or another package which uses it internally.
@noindent
-This manual is for With-Editor version 2.8.3.
+This manual is for With-Editor version 2.8.3 (v2.8.3-7-gd5c7772+1).
@quotation
Copyright (C) 2015-2019 Jonas Bernoulli <jonas@@bernoul.li>
@@ -198,7 +198,7 @@ trap \"exit 1\" USR2; \
while true; do sleep 1; done'"
@end lisp
-Note that the unit seperator character () right after the file
+Note that the unit separator character () right after the file
name ($0) is required.
Also note that using this alternative implementation leads to a