aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2015-09-11 11:04:24 -0700
committerPaul Eggert2015-09-11 11:05:12 -0700
commit818f06eaa72d8e4f9ba314c1c2855613bf89f396 (patch)
tree225d09e54fc0dbc5f27232caebe5d3055194662d /src
parent279303adfc6d6ba91db788c2b85333e3fc46f39b (diff)
downloademacs-818f06eaa72d8e4f9ba314c1c2855613bf89f396.tar.gz
emacs-818f06eaa72d8e4f9ba314c1c2855613bf89f396.zip
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 'src')
-rw-r--r--src/README13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/README b/src/README
index ef08d14d075..adc782c10fc 100644
--- a/src/README
+++ b/src/README
@@ -4,16 +4,15 @@ See the end of the file for license conditions.
4 4
5This directory contains the source files for the C component of GNU Emacs. 5This directory contains the source files for the C component of GNU Emacs.
6Nothing in this directory is needed for using Emacs once it is built 6Nothing in this directory is needed for using Emacs once it is built
7and installed, if the dumped Emacs (on Unix systems) is copied elsewhere. 7and installed, if the dumped Emacs is copied elsewhere.
8 8
9See the files ../README and then ../INSTALL for installation instructions. 9See the files ../README and then ../INSTALL for installation instructions.
10 10
11Under GNU and Unix systems, the file `Makefile.in' is used as a 11The file 'Makefile.in' is used as a template by the script
12template by the script `../configure' to produce `Makefile'. This 12'../configure' to produce 'Makefile'. This is the file which actually
13is the file which actually controls the compilation of Emacs. 13controls the compilation of Emacs C source files. All of this should
14All of this should work transparently to the user; you should only 14work transparently; you should only need to change to the parent
15need to run `../configure', and then type `make'. 15directory, run './configure', and then run 'make'.
16
17 16
18This file is part of GNU Emacs. 17This file is part of GNU Emacs.
19 18