diff options
| author | Paul Eggert | 2015-04-19 14:40:51 -0700 |
|---|---|---|
| committer | Paul Eggert | 2015-04-19 14:44:50 -0700 |
| commit | 9099d45df734f63145d414a0e1205245973c9efb (patch) | |
| tree | 45d131ea09c07024f85bb27c1ada901e40a45331 /CONTRIBUTE | |
| parent | 62e170072e6000b30c37792227dc34e71a31d797 (diff) | |
| download | emacs-9099d45df734f63145d414a0e1205245973c9efb.tar.gz emacs-9099d45df734f63145d414a0e1205245973c9efb.zip | |
Quote 'like this' in top-level files
* CONTRIBUTE, INSTALL, Makefile.in, README, configure.ac, make-dist:
Prefer to single-quote 'like this' (instead of the older style
`like this').
* configure.ac: Fix some space-before-tab problems that 'git commit'
complained about.
Diffstat (limited to 'CONTRIBUTE')
| -rw-r--r-- | CONTRIBUTE | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTE b/CONTRIBUTE index 4205bc3990a..d0e3750dc9d 100644 --- a/CONTRIBUTE +++ b/CONTRIBUTE | |||
| @@ -146,7 +146,7 @@ The general format is as follows. | |||
| 146 | a top-level ChangeLog file manually, and update it with 'C-x 4 a' as | 146 | a top-level ChangeLog file manually, and update it with 'C-x 4 a' as |
| 147 | usual. Do not register the ChangeLog file under git; instead, use | 147 | usual. Do not register the ChangeLog file under git; instead, use |
| 148 | 'C-c C-a' to insert its contents into into your *vc-log* buffer. | 148 | 'C-c C-a' to insert its contents into into your *vc-log* buffer. |
| 149 | Or if `log-edit-hook' includes `log-edit-insert-changelog' (which it | 149 | Or if 'log-edit-hook' includes 'log-edit-insert-changelog' (which it |
| 150 | does by default), they will be filled in for you automatically. | 150 | does by default), they will be filled in for you automatically. |
| 151 | 151 | ||
| 152 | - Alternatively, you can use the vc-dwim command to maintain commit | 152 | - Alternatively, you can use the vc-dwim command to maintain commit |
| @@ -236,7 +236,7 @@ the entry with "+++". Otherwise do not mark it. | |||
| 236 | 236 | ||
| 237 | Please see (info "(elisp)Documentation Tips") or | 237 | Please see (info "(elisp)Documentation Tips") or |
| 238 | https://www.gnu.org/software/emacs/manual/html_node/elisp/Documentation-Tips.html | 238 | https://www.gnu.org/software/emacs/manual/html_node/elisp/Documentation-Tips.html |
| 239 | for more specific tips on Emacs's doc style. Use `checkdoc' to check | 239 | for more specific tips on Emacs's doc style. Use 'checkdoc' to check |
| 240 | for documentation errors before submitting a patch. | 240 | for documentation errors before submitting a patch. |
| 241 | 241 | ||
| 242 | ** Test your changes. | 242 | ** Test your changes. |