From 818f06eaa72d8e4f9ba314c1c2855613bf89f396 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 11 Sep 2015 11:04:24 -0700 Subject: 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. --- INSTALL.REPO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'INSTALL.REPO') 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: -- cgit v1.2.3