aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2011-03-08 09:33:55 -0800
committerGlenn Morris2011-03-08 09:33:55 -0800
commit80b005c7673c45feeb45c8bda9778deaddb9b9a3 (patch)
tree94e2ed8ac6039eb8e3d0771cda68ff5c3499188a
parent515de2e32145b54e9ccf5cc8f74f1773e9652041 (diff)
downloademacs-80b005c7673c45feeb45c8bda9778deaddb9b9a3.tar.gz
emacs-80b005c7673c45feeb45c8bda9778deaddb9b9a3.zip
Add missing piece of previous doc/ change.
* doc/lispref/elisp.texi: Set documentencoding.
-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.