aboutsummaryrefslogtreecommitdiff
path: root/docs/RelNotes/3.3.0.org
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2023-05-21 20:03:33 +0200
committerJonas Bernoulli <jonas@bernoul.li>2023-05-21 20:03:33 +0200
commit80959650b24a9c849b736234b56bc3d8aff2c0b9 (patch)
treed651883702c788be6ad9126e683c433bbeb70fa1 /docs/RelNotes/3.3.0.org
parentebd7a0635df4e38931f89d9e7cd4c5c4c8f1e730 (diff)
Place comma after "e.g." and "i.e."
We already do this in Transient's documentation because that's what is being done in Emacs' documentation and Transient is part of Emacs. Let's be consistent even at the cost of making the English unhappy. Also add a comma before "e.g." and "i.e.", if not inside parentheses, which is the correct thing to do, regardless which style guide one chooses to follow.
Diffstat (limited to 'docs/RelNotes/3.3.0.org')
-rw-r--r--docs/RelNotes/3.3.0.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/RelNotes/3.3.0.org b/docs/RelNotes/3.3.0.org
index c518a5f..e1e9fe1 100644
--- a/docs/RelNotes/3.3.0.org
+++ b/docs/RelNotes/3.3.0.org
@@ -104,7 +104,7 @@ Also see https://emacsair.me/2021/10/04/magit-3.3.
** Fixes since v3.2.0
- Make ~magit-branch-remote-head~ and ~magit-branch-current~ fall back
- to ~:inverse-video~ when the ~:box~ attribute isn't support, i.e. in
+ to ~:inverse-video~ when the ~:box~ attribute isn't support, i.e., in
a terminal. If this change does not have any effect for you then
your theme probably changes these faces and should stop doing so.
#4206