diff options
| author | Paul Eggert | 2015-09-11 11:04:24 -0700 |
|---|---|---|
| committer | Paul Eggert | 2015-09-11 11:05:12 -0700 |
| commit | 818f06eaa72d8e4f9ba314c1c2855613bf89f396 (patch) | |
| tree | 225d09e54fc0dbc5f27232caebe5d3055194662d /src | |
| parent | 279303adfc6d6ba91db788c2b85333e3fc46f39b (diff) | |
| download | emacs-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/README | 13 |
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 | ||
| 5 | This directory contains the source files for the C component of GNU Emacs. | 5 | This directory contains the source files for the C component of GNU Emacs. |
| 6 | Nothing in this directory is needed for using Emacs once it is built | 6 | Nothing in this directory is needed for using Emacs once it is built |
| 7 | and installed, if the dumped Emacs (on Unix systems) is copied elsewhere. | 7 | and installed, if the dumped Emacs is copied elsewhere. |
| 8 | 8 | ||
| 9 | See the files ../README and then ../INSTALL for installation instructions. | 9 | See the files ../README and then ../INSTALL for installation instructions. |
| 10 | 10 | ||
| 11 | Under GNU and Unix systems, the file `Makefile.in' is used as a | 11 | The file 'Makefile.in' is used as a template by the script |
| 12 | template by the script `../configure' to produce `Makefile'. This | 12 | '../configure' to produce 'Makefile'. This is the file which actually |
| 13 | is the file which actually controls the compilation of Emacs. | 13 | controls the compilation of Emacs C source files. All of this should |
| 14 | All of this should work transparently to the user; you should only | 14 | work transparently; you should only need to change to the parent |
| 15 | need to run `../configure', and then type `make'. | 15 | directory, run './configure', and then run 'make'. |
| 16 | |||
| 17 | 16 | ||
| 18 | This file is part of GNU Emacs. | 17 | This file is part of GNU Emacs. |
| 19 | 18 | ||