From 80b005c7673c45feeb45c8bda9778deaddb9b9a3 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 8 Mar 2011 09:33:55 -0800 Subject: [PATCH] Add missing piece of previous doc/ change. * doc/lispref/elisp.texi: Set documentencoding. --- doc/emacs/ChangeLog | 1 + doc/lispref/ChangeLog | 1 + doc/lispref/elisp.texi | 2 ++ 3 files changed, 4 insertions(+) diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 1dc2426bff..d46e21eb82 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 0f33666789..7a402c902e 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 diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi index fc06652661..1bd10633d4 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. -- 2.39.2