diff options
| author | Glenn Morris | 2011-03-08 09:33:55 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-03-08 09:33:55 -0800 |
| commit | 80b005c7673c45feeb45c8bda9778deaddb9b9a3 (patch) | |
| tree | 94e2ed8ac6039eb8e3d0771cda68ff5c3499188a | |
| parent | 515de2e32145b54e9ccf5cc8f74f1773e9652041 (diff) | |
| download | emacs-80b005c7673c45feeb45c8bda9778deaddb9b9a3.tar.gz emacs-80b005c7673c45feeb45c8bda9778deaddb9b9a3.zip | |
Add missing piece of previous doc/ change.
* doc/lispref/elisp.texi: Set documentencoding.
| -rw-r--r-- | doc/emacs/ChangeLog | 1 | ||||
| -rw-r--r-- | doc/lispref/ChangeLog | 1 | ||||
| -rw-r--r-- | doc/lispref/elisp.texi | 2 |
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 | ||
| 6 | 2011-03-06 Chong Yidong <cyd@stupidchicken.com> | 7 | 2011-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. |