Skip to content

Commit

Permalink
Place comma after "e.g."
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Sep 16, 2023
1 parent 945f4eb commit f72fe7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ otherwise:
#+end_src

You might want to set the file-local value of ~no-byte-compile~ to
~t~, e.g. by adding ~-*- no-byte-compile: t -*-~ at the end of the
~t~, e.g., by adding ~-*- no-byte-compile: t -*-~ at the end of the
very first line. That way _all_ user files benefit from the
protection offered by ~load-prefer-newer~ and the modes that are
defined here, otherwise ~~/.emacs.d/init.el~ is the unfortunate
Expand Down Expand Up @@ -101,7 +101,7 @@ To display the buffer use ~M-x auto-compile-display-log~ or click
on the counter in the mode-line.

Using ~auto-compile-inhibit-compile-hook~ it is possible to inhibit
automatic compilation under certain circumstances; e.g. when HEAD
automatic compilation under certain circumstances; e.g., when HEAD
is detached inside a Git repository (useful during rebase sessions).

#+html: <br><br>
Expand Down

0 comments on commit f72fe7f

Please sign in to comment.