aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorPaul Eggert2014-05-24 15:23:47 -0700
committerPaul Eggert2014-05-24 15:23:47 -0700
commit62803a2ef134e37f1ba2c404dda15bf5e2a2a036 (patch)
treeb935938cf80dcd7bfb0a3f19ba343ba4d7815b78 /doc/misc
parent2082742ed441e799577117ca93bef4510f1bb1b6 (diff)
downloademacs-62803a2ef134e37f1ba2c404dda15bf5e2a2a036.tar.gz
emacs-62803a2ef134e37f1ba2c404dda15bf5e2a2a036.zip
Specify coding if Latin-1 Emacs would misinterpret.
* doc/misc/htmlfontify.texi, doc/misc/org.texi: * etc/ETAGS.EBNF, etc/NEWS, etc/ORG-NEWS: Add "coding: utf-8". Fixes: debbugs:17575
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/ChangeLog5
-rw-r--r--doc/misc/htmlfontify.texi4
-rw-r--r--doc/misc/org.texi1
3 files changed, 10 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 63e2cf728ff..ca0a3c4faa5 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,8 @@
12014-05-24 Paul Eggert <eggert@cs.ucla.edu>
2
3 Specify coding if Latin-1 Emacs would misinterpret (Bug#17575).
4 * htmlfontify.texi, org.texi: Add "coding: utf-8".
5
12014-05-23 Stephen Berman <stephen.berman@gmx.net> 62014-05-23 Stephen Berman <stephen.berman@gmx.net>
2 7
3 * todo-mode.texi: Update in light of changes due to bug#17482. 8 * todo-mode.texi: Update in light of changes due to bug#17482.
diff --git a/doc/misc/htmlfontify.texi b/doc/misc/htmlfontify.texi
index 48b40eb84a4..1d8794d772d 100644
--- a/doc/misc/htmlfontify.texi
+++ b/doc/misc/htmlfontify.texi
@@ -1589,3 +1589,7 @@ A copy of the @code{file} command.
1589 1589
1590@setchapternewpage odd 1590@setchapternewpage odd
1591@bye 1591@bye
1592
1593@c Local Variables:
1594@c coding: utf-8
1595@c End:
diff --git a/doc/misc/org.texi b/doc/misc/org.texi
index 418eb1d6944..3800a41d239 100644
--- a/doc/misc/org.texi
+++ b/doc/misc/org.texi
@@ -18208,6 +18208,7 @@ org-customize @key{RET}} and then click yourself through the tree.
18208@bye 18208@bye
18209 18209
18210@c Local variables: 18210@c Local variables:
18211@c coding: utf-8
18211@c fill-column: 77 18212@c fill-column: 77
18212@c indent-tabs-mode: nil 18213@c indent-tabs-mode: nil
18213@c paragraph-start: "\\|^@[a-zA-Z]*[ \n]\\|^@x?org\\(key\\|cmd\\)\\|\f\\|[ ]*$" 18214@c paragraph-start: "\\|^@[a-zA-Z]*[ \n]\\|^@x?org\\(key\\|cmd\\)\\|\f\\|[ ]*$"