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

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

[nongnu] elpa/with-editor 9e437353ee: Place comma after "e.g." and "i.e.


From: ELPA Syncer
Subject: [nongnu] elpa/with-editor 9e437353ee: Place comma after "e.g." and "i.e."
Date: Fri, 9 Jun 2023 10:04:01 -0400 (EDT)

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

    Place comma after "e.g." and "i.e."
---
 docs/with-editor.org  | 6 +++---
 docs/with-editor.texi | 6 +++---
 lisp/with-editor.el   | 4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/docs/with-editor.org b/docs/with-editor.org
index 3ad8a4632a..0df74ca420 100644
--- a/docs/with-editor.org
+++ b/docs/with-editor.org
@@ -76,7 +76,7 @@ and we have to add another kludge to find it anyway.
   Note that there also is a nuclear option; setting this variable to
   ~nil~ causes the "sleeping editor" described below to be used even for
   local child processes.  Obviously we don't recommend that you use
-  this except in "emergencies", i.e. before we had a change to add a
+  this except in "emergencies", i.e., before we had a change to add a
   kludge appropriate for you setup.
 
 - Function: with-editor-locate-emacsclient ::
@@ -113,7 +113,7 @@ it receives a signal.
   child process, but by default we do use such a blocking child
   process.
 
-  If you use such a shell (e.g. ~csh~ on FreeBSD, but not Debian), then
+  If you use such a shell (e.g., ~csh~ on FreeBSD, but not Debian), then
   you have to edit this option.  You can either replace ~sh~ with ~bash~
   (and install that), or you can use the older, less performant
   implementation:
@@ -264,7 +264,7 @@ the most likely reason is that someone found yet another 
way to
 package Emacs (most likely on macOS) without putting the executable on
 ~$PATH~, and we have to add another kludge to find it anyway.
 
-If you are having problems using ~with-editor~, e.g. you cannot commit
+If you are having problems using ~with-editor~, e.g., you cannot commit
 in Magit, then please open a new issue at
 https://github.com/magit/with-editor/issues and provide information
 about your Emacs installation.  Most importantly how did you install
diff --git a/docs/with-editor.texi b/docs/with-editor.texi
index c17b5c337d..feceb2e4e7 100644
--- a/docs/with-editor.texi
+++ b/docs/with-editor.texi
@@ -134,7 +134,7 @@ to go through the same trouble.
 Note that there also is a nuclear option; setting this variable to
 @code{nil} causes the "sleeping editor" described below to be used even for
 local child processes.  Obviously we don't recommend that you use
-this except in "emergencies", i.e. before we had a change to add a
+this except in "emergencies", i.e., before we had a change to add a
 kludge appropriate for you setup.
 @end defopt
 
@@ -171,7 +171,7 @@ Some shells do not execute traps immediately when waiting 
for a
 child process, but by default we do use such a blocking child
 process.
 
-If you use such a shell (e.g. @code{csh} on FreeBSD, but not Debian), then
+If you use such a shell (e.g., @code{csh} on FreeBSD, but not Debian), then
 you have to edit this option.  You can either replace @code{sh} with 
@code{bash}
 (and install that), or you can use the older, less performant
 implementation:
@@ -325,7 +325,7 @@ the most likely reason is that someone found yet another 
way to
 package Emacs (most likely on macOS) without putting the executable on
 @code{$PATH}, and we have to add another kludge to find it anyway.
 
-If you are having problems using @code{with-editor}, e.g. you cannot commit
+If you are having problems using @code{with-editor}, e.g., you cannot commit
 in Magit, then please open a new issue at
 @uref{https://github.com/magit/with-editor/issues} and provide information
 about your Emacs installation.  Most importantly how did you install
diff --git a/lisp/with-editor.el b/lisp/with-editor.el
index 2b682a24ee..c8a8aef27e 100644
--- a/lisp/with-editor.el
+++ b/lisp/with-editor.el
@@ -178,7 +178,7 @@ wait $sleep'"
 This fallback is used for asynchronous processes started inside
 the macro `with-editor', when the process runs on a remote machine
 or for local processes when `with-editor-emacsclient-executable'
-is nil (i.e. when no suitable Emacsclient was found, or the user
+is nil (i.e., when no suitable Emacsclient was found, or the user
 decided not to use it).
 
 Where the latter uses a socket to communicate with Emacs' server,
@@ -191,7 +191,7 @@ Some shells do not execute traps immediately when waiting 
for a
 child process, but by default we do use such a blocking child
 process.
 
-If you use such a shell (e.g. `csh' on FreeBSD, but not Debian),
+If you use such a shell (e.g., `csh' on FreeBSD, but not Debian),
 then you have to edit this option.  You can either replace \"sh\"
 with \"bash\" (and install that), or you can use the older, less
 performant implementation:



reply via email to

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