aboutsummaryrefslogtreecommitdiffstats
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 @@
8 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding. 8 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
9 * emacs.texi (Acknowledgments): 9 * emacs.texi (Acknowledgments):
10 * ack.texi (Acknowledgments): Names to UTF-8. 10 * ack.texi (Acknowledgments): Names to UTF-8.
11 * emacs.texi: Set documentencoding.
11 12
12 * display.texi (Optional Mode Line): Don't mention exactly where 13 * display.texi (Optional Mode Line): Don't mention exactly where
13 display-time appears. (Bug#8193) 14 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 @@
2 2
3 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding. 3 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
4 * intro.texi (Acknowledgements): Names to UTF-8. 4 * intro.texi (Acknowledgements): Names to UTF-8.
5 * elisp.texi: Set documentencoding.
5 6
62011-03-06 Chong Yidong <cyd@stupidchicken.com> 72011-03-06 Chong Yidong <cyd@stupidchicken.com>
7 8
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.''
62@end quotation 62@end quotation
63@end copying 63@end copying
64 64
65@documentencoding UTF-8
66
65@dircategory GNU Emacs Lisp 67@dircategory GNU Emacs Lisp
66@direntry 68@direntry
67* Elisp: (elisp). The Emacs Lisp Reference Manual. 69* Elisp: (elisp). The Emacs Lisp Reference Manual.