]> code.delx.au - gnu-emacs/commitdiff
; * CONTRIBUTE: Tweak the "Non-ASCII characters in Emacs files" section
authorDmitry Gutov <dgutov@yandex.ru>
Mon, 28 Sep 2015 19:03:22 +0000 (22:03 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Mon, 28 Sep 2015 22:39:45 +0000 (01:39 +0300)
CONTRIBUTE

index 098579e11afc15a6d682f6cd212d926e3b0df4ea..4d5d08a0fd53cbfbdbb9af45e0889ad86c673c1d 100644 (file)
@@ -208,10 +208,10 @@ good idea to add a 'coding' cookie to the file to state its encoding.
 Please use the UTF-8 encoding unless it cannot do the job for some
 good reason.  As of Emacs 24.4, it is no longer necessary to have
 explicit 'coding' cookies in *.el files if they are encoded in UTF-8,
-but other files need them even if encoded in UTF-8.  And even for *.el
-files, having an explicit encoding specification facilitates correct
-display of non-ASCII characters when the file is visited in older
-Emacs versions.
+but other files need them even if encoded in UTF-8.  However, if
+an *.el file is intended for use with older Emacs versions (e.g. if
+it's also distributed via ELPA), having an explicit encoding
+specification is still a good idea.
 
 *** Useful files in the admin/ directory