diff options
| author | Dmitry Gutov | 2015-09-28 22:03:22 +0300 |
|---|---|---|
| committer | Dmitry Gutov | 2015-09-29 01:39:45 +0300 |
| commit | e809c39a827ff5528ad7f05f456ff3ba7082133b (patch) | |
| tree | 7a915b98d019c61b083d7ca1cefc6688b91b5abd /CONTRIBUTE | |
| parent | f6e1f158f0517cd2520eae2c54065adfd42a8925 (diff) | |
| download | emacs-e809c39a827ff5528ad7f05f456ff3ba7082133b.tar.gz emacs-e809c39a827ff5528ad7f05f456ff3ba7082133b.zip | |
; * CONTRIBUTE: Tweak the "Non-ASCII characters in Emacs files" section
Diffstat (limited to 'CONTRIBUTE')
| -rw-r--r-- | CONTRIBUTE | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/CONTRIBUTE b/CONTRIBUTE index 098579e11af..4d5d08a0fd5 100644 --- a/CONTRIBUTE +++ b/CONTRIBUTE | |||
| @@ -208,10 +208,10 @@ good idea to add a 'coding' cookie to the file to state its encoding. | |||
| 208 | Please use the UTF-8 encoding unless it cannot do the job for some | 208 | Please use the UTF-8 encoding unless it cannot do the job for some |
| 209 | good reason. As of Emacs 24.4, it is no longer necessary to have | 209 | good reason. As of Emacs 24.4, it is no longer necessary to have |
| 210 | explicit 'coding' cookies in *.el files if they are encoded in UTF-8, | 210 | explicit 'coding' cookies in *.el files if they are encoded in UTF-8, |
| 211 | but other files need them even if encoded in UTF-8. And even for *.el | 211 | but other files need them even if encoded in UTF-8. However, if |
| 212 | files, having an explicit encoding specification facilitates correct | 212 | an *.el file is intended for use with older Emacs versions (e.g. if |
| 213 | display of non-ASCII characters when the file is visited in older | 213 | it's also distributed via ELPA), having an explicit encoding |
| 214 | Emacs versions. | 214 | specification is still a good idea. |
| 215 | 215 | ||
| 216 | *** Useful files in the admin/ directory | 216 | *** Useful files in the admin/ directory |
| 217 | 217 | ||