summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/emacs/ChangeLog1
-rw-r--r--doc/lispref/ChangeLog1
-rw-r--r--doc/lispref/elisp.texi2
3 files changed, 4 insertions, 0 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 1dc2426bffe..d46e21eb82a 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -8,6 +8,7 @@
* Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
* emacs.texi (Acknowledgments):
* ack.texi (Acknowledgments): Names to UTF-8.
+ * emacs.texi: Set documentencoding.
* display.texi (Optional Mode Line): Don't mention exactly where
display-time appears. (Bug#8193)
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 0f33666789c..7a402c902e5 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -2,6 +2,7 @@
* Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
* intro.texi (Acknowledgements): Names to UTF-8.
+ * elisp.texi: Set documentencoding.
2011-03-06 Chong Yidong <cyd@stupidchicken.com>
diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi
index fc066526614..1bd10633d44 100644
--- a/doc/lispref/elisp.texi
+++ b/doc/lispref/elisp.texi
@@ -62,6 +62,8 @@ developing GNU and promoting software freedom.''
@end quotation
@end copying
+@documentencoding UTF-8
+
@dircategory GNU Emacs Lisp
@direntry
* Elisp: (elisp). The Emacs Lisp Reference Manual.