diff options
| author | Glenn Morris | 2011-03-08 00:59:18 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-03-08 00:59:18 -0800 |
| commit | 6446548e027a18582e1f6661d553902b25d15157 (patch) | |
| tree | debac082c76d15884e031cc746d657536693d10c /doc/lispref | |
| parent | 0afb4571a7b54dc7693e605f7ec8a0a3a9251b4d (diff) | |
| download | emacs-6446548e027a18582e1f6661d553902b25d15157.tar.gz emacs-6446548e027a18582e1f6661d553902b25d15157.zip | |
Convert some names in texinfo files to UTF-8.
* doc/emacs/Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
* doc/emacs/emacs.texi (Acknowledgments):
* doc/emacs/ack.texi (Acknowledgments): Names to UTF-8.
* doc/lispref/Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
* doc/lispref/intro.texi (Acknowledgements): Names to UTF-8.
Diffstat (limited to 'doc/lispref')
| -rw-r--r-- | doc/lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/lispref/Makefile.in | 2 | ||||
| -rw-r--r-- | doc/lispref/intro.texi | 4 |
3 files changed, 8 insertions, 3 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 32d13b57ffd..0f33666789c 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-03-08 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding. | ||
| 4 | * intro.texi (Acknowledgements): Names to UTF-8. | ||
| 5 | |||
| 1 | 2011-03-06 Chong Yidong <cyd@stupidchicken.com> | 6 | 2011-03-06 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 7 | ||
| 3 | * package.texi: Update index keywords. | 8 | * package.texi: Update index keywords. |
diff --git a/doc/lispref/Makefile.in b/doc/lispref/Makefile.in index d5427f6e477..75fa884224b 100644 --- a/doc/lispref/Makefile.in +++ b/doc/lispref/Makefile.in | |||
| @@ -31,7 +31,7 @@ texinfodir = $(srcdir)/../misc | |||
| 31 | emacsdir = $(srcdir)/../emacs | 31 | emacsdir = $(srcdir)/../emacs |
| 32 | 32 | ||
| 33 | MAKEINFO = @MAKEINFO@ | 33 | MAKEINFO = @MAKEINFO@ |
| 34 | MAKEINFO_OPTS = --force -I $(emacsdir) -I $(srcdir) | 34 | MAKEINFO_OPTS = --force --enable-encoding -I $(emacsdir) -I $(srcdir) |
| 35 | TEXI2DVI = texi2dvi | 35 | TEXI2DVI = texi2dvi |
| 36 | TEXI2PDF = texi2pdf | 36 | TEXI2PDF = texi2pdf |
| 37 | DVIPS = dvips | 37 | DVIPS = dvips |
diff --git a/doc/lispref/intro.texi b/doc/lispref/intro.texi index baa184004e2..59718cbee75 100644 --- a/doc/lispref/intro.texi +++ b/doc/lispref/intro.texi | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | @c -*-texinfo-*- | 1 | @c -*-coding: utf-8-*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990-1994, 2001-2011 Free Software Foundation, Inc. | 3 | @c Copyright (C) 1990-1994, 2001-2011 Free Software Foundation, Inc. |
| 4 | @c See the file elisp.texi for copying conditions. | 4 | @c See the file elisp.texi for copying conditions. |
| @@ -542,6 +542,6 @@ Kirman, Bob Knighten, Frederick M. Korz, Joe Lammens, Glenn M. Lewis, | |||
| 542 | K. Richard Magill, Brian Marick, Roland McGrath, Stefan Monnier, Skip | 542 | K. Richard Magill, Brian Marick, Roland McGrath, Stefan Monnier, Skip |
| 543 | Montanaro, John Gardiner Myers, Thomas A. Peterson, Francesco Potorti, | 543 | Montanaro, John Gardiner Myers, Thomas A. Peterson, Francesco Potorti, |
| 544 | Friedrich Pukelsheim, Arnold D. Robbins, Raul Rockwell, Jason Rumney, | 544 | Friedrich Pukelsheim, Arnold D. Robbins, Raul Rockwell, Jason Rumney, |
| 545 | Per Starb@"ack, Shinichirou Sugou, Kimmo Suominen, Edward Tharp, Bill | 545 | Per Starbรคck, Shinichirou Sugou, Kimmo Suominen, Edward Tharp, Bill |
| 546 | Trost, Rickard Westman, Jean White, Eduard Wiebe, Matthew Wilding, | 546 | Trost, Rickard Westman, Jean White, Eduard Wiebe, Matthew Wilding, |
| 547 | Carl Witty, Dale Worley, Rusty Wright, and David D. Zuhn. | 547 | Carl Witty, Dale Worley, Rusty Wright, and David D. Zuhn. |