aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref
diff options
context:
space:
mode:
authorGlenn Morris2011-03-08 00:59:18 -0800
committerGlenn Morris2011-03-08 00:59:18 -0800
commit6446548e027a18582e1f6661d553902b25d15157 (patch)
treedebac082c76d15884e031cc746d657536693d10c /doc/lispref
parent0afb4571a7b54dc7693e605f7ec8a0a3a9251b4d (diff)
downloademacs-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/ChangeLog5
-rw-r--r--doc/lispref/Makefile.in2
-rw-r--r--doc/lispref/intro.texi4
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 @@
12011-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
12011-03-06 Chong Yidong <cyd@stupidchicken.com> 62011-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
31emacsdir = $(srcdir)/../emacs 31emacsdir = $(srcdir)/../emacs
32 32
33MAKEINFO = @MAKEINFO@ 33MAKEINFO = @MAKEINFO@
34MAKEINFO_OPTS = --force -I $(emacsdir) -I $(srcdir) 34MAKEINFO_OPTS = --force --enable-encoding -I $(emacsdir) -I $(srcdir)
35TEXI2DVI = texi2dvi 35TEXI2DVI = texi2dvi
36TEXI2PDF = texi2pdf 36TEXI2PDF = texi2pdf
37DVIPS = dvips 37DVIPS = 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,
542K. Richard Magill, Brian Marick, Roland McGrath, Stefan Monnier, Skip 542K. Richard Magill, Brian Marick, Roland McGrath, Stefan Monnier, Skip
543Montanaro, John Gardiner Myers, Thomas A. Peterson, Francesco Potorti, 543Montanaro, John Gardiner Myers, Thomas A. Peterson, Francesco Potorti,
544Friedrich Pukelsheim, Arnold D. Robbins, Raul Rockwell, Jason Rumney, 544Friedrich Pukelsheim, Arnold D. Robbins, Raul Rockwell, Jason Rumney,
545Per Starb@"ack, Shinichirou Sugou, Kimmo Suominen, Edward Tharp, Bill 545Per Starbรคck, Shinichirou Sugou, Kimmo Suominen, Edward Tharp, Bill
546Trost, Rickard Westman, Jean White, Eduard Wiebe, Matthew Wilding, 546Trost, Rickard Westman, Jean White, Eduard Wiebe, Matthew Wilding,
547Carl Witty, Dale Worley, Rusty Wright, and David D. Zuhn. 547Carl Witty, Dale Worley, Rusty Wright, and David D. Zuhn.