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 /admin/notes/newfile | |
| 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 'admin/notes/newfile')
| -rw-r--r-- | admin/notes/newfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/notes/newfile b/admin/notes/newfile index a682fec72d5..072e966d60c 100644 --- a/admin/notes/newfile +++ b/admin/notes/newfile | |||
| @@ -6,7 +6,7 @@ CHECKLIST FOR ADDING A NEW FILE TO EMACS -*- outline -*- | |||
| 6 | format, copyright and license notice, etc). | 6 | format, copyright and license notice, etc). |
| 7 | 7 | ||
| 8 | ** Make sure the filename does not cause the DOS port any problems (8+3). | 8 | ** Make sure the filename does not cause the DOS port any problems (8+3). |
| 9 | Run the `doschk' program like this: | 9 | Run the 'doschk' program like this: |
| 10 | 10 | ||
| 11 | find /path/to/emacs -print | doschk | 11 | find /path/to/emacs -print | doschk |
| 12 | 12 | ||