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 /INSTALL.REPO | |
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 'INSTALL.REPO')
-rw-r--r-- | INSTALL.REPO | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.REPO b/INSTALL.REPO index 3431ee480bf..7c956f05d2b 100644 --- a/INSTALL.REPO +++ b/INSTALL.REPO @@ -42,7 +42,7 @@ subdirectories of 'lisp/', e.g., 'mh-e/' and 'calendar/') will need to be updated to reflect new autoloaded functions. If you see errors (rather than warnings) about undefined lisp functions during compilation, that may be the reason. Finally, sometimes there can be build failures -related to '*loaddefs.el' (e.g., "required feature `esh-groups' was not +related to '*loaddefs.el' (e.g., "required feature ‘esh-groups’ was not provided"). In that case, follow the instructions below. To update loaddefs.el (and similar files), do: |