summaryrefslogtreecommitdiff
path: root/etc/e
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2015-08-26 14:05:43 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2015-08-26 14:09:07 -0700
commit1be208c2b061a6849760579f185be9b9e05de569 (patch)
treeb32d6e3802c70289f21661ffc9ee43a7e57a5f48 /etc/e
parent582222b557b271d3dc2f27138c39c3ae5d915030 (diff)
downloademacs-1be208c2b061a6849760579f185be9b9e05de569.tar.gz
Prefer straight quoting in some etc text files
These files are plain text and might be used by non-Emacs apps. They’re mostly ASCII, so just use straight quotes.
Diffstat (limited to 'etc/e')
-rw-r--r--etc/e/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/e/README b/etc/e/README
index c547fc68fda..dd2c8d64e25 100644
--- a/etc/e/README
+++ b/etc/e/README
@@ -8,5 +8,5 @@ necessary, use:
tic -o ../ ./eterm-color.ti
The compiled file is used by lisp/term.el, so if it is moved term.el
-needs to be changed. terminfo requires it to be stored in an `e'
+needs to be changed. terminfo requires it to be stored in an 'e'
subdirectory (the first character of the file name).