diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2015-09-11 11:04:24 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-09-11 11:05:12 -0700 |
commit | 818f06eaa72d8e4f9ba314c1c2855613bf89f396 (patch) | |
tree | 225d09e54fc0dbc5f27232caebe5d3055194662d /admin/README | |
parent | 279303adfc6d6ba91db788c2b85333e3fc46f39b (diff) | |
download | emacs-818f06eaa72d8e4f9ba314c1c2855613bf89f396.tar.gz |
Prefer straight quoting in some text files
Mostly this just changes ` to ' in static text. Some exceptions:
* INSTALL.REPO: Use curved quotes, as the diagnostic in question
typically does that now.
* admin/quick-install-emacs (TRY, top level):
Use straight quoting in diagnostics.
* src/README: Fix working-directory confusion.
Diffstat (limited to 'admin/README')
-rw-r--r-- | admin/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/README b/admin/README index 786c50293fa..2286e354ac6 100644 --- a/admin/README +++ b/admin/README @@ -37,7 +37,7 @@ Build Emacs in various ways. ** quick-install-emacs -Install emacs quickly (`incrementally'). +Install emacs quickly ("incrementally"). ** alloc-colors.c |