diff options
| author | Paul Eggert | 2013-03-04 00:45:03 -0800 |
|---|---|---|
| committer | Paul Eggert | 2013-03-04 00:45:03 -0800 |
| commit | 681ebc3315da58909ab2037e57f20bffdd81ce63 (patch) | |
| tree | 4764d5c9e6db8ce9946729b7c2203250e90f26b7 /doc | |
| parent | 42926ec8785db4d6363c54a0859ece09d710cbd0 (diff) | |
| download | emacs-681ebc3315da58909ab2037e57f20bffdd81ce63.tar.gz emacs-681ebc3315da58909ab2037e57f20bffdd81ce63.zip | |
Prefer UTF-8 for documentation.
With GNU Texinfo 5.0, this generates nicer-looking info files,
since they can use curly quotes. With older Texinfo it doesn't matter.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 8 | ||||
| -rw-r--r-- | doc/emacs/ack.texi | 32 | ||||
| -rw-r--r-- | doc/emacs/cal-xtra.texi | 14 | ||||
| -rw-r--r-- | doc/emacs/calendar.texi | 12 | ||||
| -rw-r--r-- | doc/emacs/emacs-xtra.texi | 2 | ||||
| -rw-r--r-- | doc/emacs/emacs.texi | 30 | ||||
| -rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispref/elisp.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/intro.texi | 4 | ||||
| -rw-r--r-- | doc/misc/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/misc/emacs-mime.texi | 4 | ||||
| -rw-r--r-- | doc/misc/htmlfontify.texi | 4 | ||||
| -rw-r--r-- | doc/misc/mairix-el.texi | 2 | ||||
| -rw-r--r-- | doc/misc/mh-e.texi | 4 | ||||
| -rw-r--r-- | doc/misc/ses.texi | 6 |
15 files changed, 75 insertions, 58 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index bd70b1fdebf..776e5c6191e 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2013-03-04 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Prefer UTF-8 for documentation. | ||
| 4 | With GNU Texinfo 5.0, this generates nicer-looking info files, | ||
| 5 | since they can use curly quotes. With older Texinfo it doesn't matter. | ||
| 6 | * ack.texi, cal-xtra.texi, calendar.texi, emacs-xtra.texi, emacs.texi: | ||
| 7 | Switch from Latin-1 to UTF-8. | ||
| 8 | |||
| 1 | 2013-02-28 Bastien Guerry <bzg@gnu.org> | 9 | 2013-02-28 Bastien Guerry <bzg@gnu.org> |
| 2 | 10 | ||
| 3 | * xresources.texi (GTK resources): Fix broken link. | 11 | * xresources.texi (GTK resources): Fix broken link. |
diff --git a/doc/emacs/ack.texi b/doc/emacs/ack.texi index 17309f74408..439e2a09cae 100644 --- a/doc/emacs/ack.texi +++ b/doc/emacs/ack.texi | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | @c -*- coding: iso-latin-1 -*- | 1 | @c -*- coding: utf-8 -*- |
| 2 | @c This is part of the Emacs manual. | 2 | @c This is part of the Emacs manual. |
| 3 | @c Copyright (C) 1994-1997, 1999-2013 Free Software Foundation, Inc. | 3 | @c Copyright (C) 1994-1997, 1999-2013 Free Software Foundation, Inc. |
| 4 | @c See file emacs.texi for copying conditions. | 4 | @c See file emacs.texi for copying conditions. |
| @@ -53,7 +53,7 @@ Michael Albinus wrote @file{dbus.el}, a package that implements the | |||
| 53 | D-Bus message bus protocol; @file{zeroconf.el}, a mode for browsing | 53 | D-Bus message bus protocol; @file{zeroconf.el}, a mode for browsing |
| 54 | Avahi services; @file{xesam.el}, a Xesam-based search engine | 54 | Avahi services; @file{xesam.el}, a Xesam-based search engine |
| 55 | interface; and @file{secrets.el}, an interface to keyring daemons for | 55 | interface; and @file{secrets.el}, an interface to keyring daemons for |
| 56 | storing confidential data. He and Kai Großjohann wrote the Tramp package, which | 56 | storing confidential data. He and Kai Großjohann wrote the Tramp package, which |
| 57 | provides transparent remote file editing using rcp, ssh, ftp, and | 57 | provides transparent remote file editing using rcp, ssh, ftp, and |
| 58 | other network protocols. He and Daniel Pittman wrote | 58 | other network protocols. He and Daniel Pittman wrote |
| 59 | @file{tramp-cache.el}. | 59 | @file{tramp-cache.el}. |
| @@ -68,7 +68,7 @@ Joe Arceneaux wrote the original text property implementation, and | |||
| 68 | implemented support for X11. | 68 | implemented support for X11. |
| 69 | 69 | ||
| 70 | @item | 70 | @item |
| 71 | Emil Åström, Milan Zamaza, and Stefan Bruda wrote @file{prolog.el}, | 71 | Emil Ã…ström, Milan Zamaza, and Stefan Bruda wrote @file{prolog.el}, |
| 72 | a mode for editing Prolog (and Mercury) code. | 72 | a mode for editing Prolog (and Mercury) code. |
| 73 | 73 | ||
| 74 | @item | 74 | @item |
| @@ -260,7 +260,7 @@ text replace the current selection. | |||
| 260 | Eric Ding wrote @file{goto-addr.el}, | 260 | Eric Ding wrote @file{goto-addr.el}, |
| 261 | 261 | ||
| 262 | @item | 262 | @item |
| 263 | Jan Djärv added support for the GTK+ toolkit and X drag-and-drop. | 263 | Jan Djärv added support for the GTK+ toolkit and X drag-and-drop. |
| 264 | He also wrote @file{dynamic-setting.el}. | 264 | He also wrote @file{dynamic-setting.el}. |
| 265 | 265 | ||
| 266 | @item | 266 | @item |
| @@ -268,7 +268,7 @@ Carsten Dominik wrote Ref@TeX{}, a package for setting up labels and | |||
| 268 | cross-references in @LaTeX{} documents; and co-wrote IDLWAVE mode | 268 | cross-references in @LaTeX{} documents; and co-wrote IDLWAVE mode |
| 269 | (q.v.). He was the original author of Org mode, for maintaining notes, | 269 | (q.v.). He was the original author of Org mode, for maintaining notes, |
| 270 | todo lists, and project planning. Bastien Guerry subsequently took | 270 | todo lists, and project planning. Bastien Guerry subsequently took |
| 271 | over maintainership. Benjamin Andresen, Thomas Baumann, Joel Boehland, Jan Böcker, Lennart | 271 | over maintainership. Benjamin Andresen, Thomas Baumann, Joel Boehland, Jan Böcker, Lennart |
| 272 | Borgman, Baoqiu Cui, Dan Davison, Christian Egli, Eric S. Fraga, Daniel German, Chris Gray, Konrad Hinsen, Tassilo Horn, Philip | 272 | Borgman, Baoqiu Cui, Dan Davison, Christian Egli, Eric S. Fraga, Daniel German, Chris Gray, Konrad Hinsen, Tassilo Horn, Philip |
| 273 | Jackson, Martyn Jago, Thorsten Jolitz, Jambunathan K, Tokuya Kameshima, Sergey Litvinov, David Maus, Ross Patterson, Juan Pechiar, Sebastian Rose, Eric Schulte, | 273 | Jackson, Martyn Jago, Thorsten Jolitz, Jambunathan K, Tokuya Kameshima, Sergey Litvinov, David Maus, Ross Patterson, Juan Pechiar, Sebastian Rose, Eric Schulte, |
| 274 | Paul Sexton, Ulf Stegemann, Andy Stewart, Christopher Suckling, David O'Toole, John Wiegley, Zhang Weize, | 274 | Paul Sexton, Ulf Stegemann, Andy Stewart, Christopher Suckling, David O'Toole, John Wiegley, Zhang Weize, |
| @@ -303,7 +303,7 @@ folders have mail waiting in them; and @file{iswitchb.el}, a feature | |||
| 303 | for incremental reading and completion of buffer names. | 303 | for incremental reading and completion of buffer names. |
| 304 | 304 | ||
| 305 | @item | 305 | @item |
| 306 | Torbjörn Einarsson wrote @file{f90.el}, a mode for Fortran 90 files. | 306 | Torbjörn Einarsson wrote @file{f90.el}, a mode for Fortran 90 files. |
| 307 | 307 | ||
| 308 | @item | 308 | @item |
| 309 | Tsugutomo Enami co-wrote the support for international character sets. | 309 | Tsugutomo Enami co-wrote the support for international character sets. |
| @@ -365,7 +365,7 @@ Kevin Gallagher rewrote and enhanced the EDT emulation, and wrote | |||
| 365 | flow control. | 365 | flow control. |
| 366 | 366 | ||
| 367 | @item | 367 | @item |
| 368 | Fabián E. Gallina rewrote @file{python.el}, the major mode for the | 368 | Fabián E. Gallina rewrote @file{python.el}, the major mode for the |
| 369 | Python programming language used in Emacs 24.3 onwards. | 369 | Python programming language used in Emacs 24.3 onwards. |
| 370 | 370 | ||
| 371 | @item | 371 | @item |
| @@ -373,7 +373,7 @@ Kevin Gallo added multiple-frame support for Windows NT and wrote | |||
| 373 | @file{w32-win.el}, support functions for the MS-Windows window system. | 373 | @file{w32-win.el}, support functions for the MS-Windows window system. |
| 374 | 374 | ||
| 375 | @item | 375 | @item |
| 376 | Juan León Lahoz García wrote @file{wdired.el}, a package for | 376 | Juan León Lahoz GarcÃa wrote @file{wdired.el}, a package for |
| 377 | performing file operations by directly editing Dired buffers. | 377 | performing file operations by directly editing Dired buffers. |
| 378 | 378 | ||
| 379 | @item | 379 | @item |
| @@ -510,9 +510,9 @@ He also wrote @file{network-stream.el}, for opening network processes; | |||
| 510 | @file{url-queue.el}, for controlling parallel downloads of URLs; | 510 | @file{url-queue.el}, for controlling parallel downloads of URLs; |
| 511 | and implemented libxml2 support. | 511 | and implemented libxml2 support. |
| 512 | Components of Gnus have also been written by: Nagy Andras, David | 512 | Components of Gnus have also been written by: Nagy Andras, David |
| 513 | Blacka, Scott Byer, Ludovic Courtès, Julien Danjou, Kevin Greiner, Kai | 513 | Blacka, Scott Byer, Ludovic Courtès, Julien Danjou, Kevin Greiner, Kai |
| 514 | Großjohann, Joe Hildebrand, Paul Jarc, Simon Josefsson, Sascha | 514 | Großjohann, Joe Hildebrand, Paul Jarc, Simon Josefsson, Sascha |
| 515 | Lüdecke, David Moore, Jim Radford, Benjamin Rutt, Raymond Scholz, | 515 | Lüdecke, David Moore, Jim Radford, Benjamin Rutt, Raymond Scholz, |
| 516 | Thomas Steffen, Reiner Steib, Didier Verna, Ilja Weis, Katsumi | 516 | Thomas Steffen, Reiner Steib, Didier Verna, Ilja Weis, Katsumi |
| 517 | Yamaoka, Teodor Zlatanov, and others (@pxref{Contributors,,,gnus, the | 517 | Yamaoka, Teodor Zlatanov, and others (@pxref{Contributors,,,gnus, the |
| 518 | Gnus Manual}). | 518 | Gnus Manual}). |
| @@ -553,7 +553,7 @@ S/MIME and Sieve components; and @file{tls.el} and @file{starttls.el} | |||
| 553 | for the Transport Layer Security protocol. | 553 | for the Transport Layer Security protocol. |
| 554 | 554 | ||
| 555 | @item | 555 | @item |
| 556 | Arne Jørgensen wrote @file{latexenc.el}, a package to | 556 | Arne Jørgensen wrote @file{latexenc.el}, a package to |
| 557 | automatically guess the correct coding system in @LaTeX{} files. | 557 | automatically guess the correct coding system in @LaTeX{} files. |
| 558 | 558 | ||
| 559 | @item | 559 | @item |
| @@ -605,7 +605,7 @@ files and running a PostScript interpreter interactively from within | |||
| 605 | Emacs. | 605 | Emacs. |
| 606 | 606 | ||
| 607 | @item | 607 | @item |
| 608 | Karel Klí@v{c} contributed SELinux support, for preserving the | 608 | Karel KlÃ@v{c} contributed SELinux support, for preserving the |
| 609 | Security-Enhanced Linux context of files on backup and copy. | 609 | Security-Enhanced Linux context of files on backup and copy. |
| 610 | 610 | ||
| 611 | @item | 611 | @item |
| @@ -694,7 +694,7 @@ directory-local variables; and the @code{info-finder} feature that | |||
| 694 | creates a virtual Info manual of package keywords. | 694 | creates a virtual Info manual of package keywords. |
| 695 | 695 | ||
| 696 | @item | 696 | @item |
| 697 | Károly L@H{o}rentey wrote the ``multi-terminal'' code, which allows | 697 | Károly L@H{o}rentey wrote the ``multi-terminal'' code, which allows |
| 698 | Emacs to run on graphical and text terminals simultaneously. | 698 | Emacs to run on graphical and text terminals simultaneously. |
| 699 | 699 | ||
| 700 | @item | 700 | @item |
| @@ -960,7 +960,7 @@ Fred Pierresteguy and Paul Reilly made Emacs work with X Toolkit | |||
| 960 | widgets. | 960 | widgets. |
| 961 | 961 | ||
| 962 | @item | 962 | @item |
| 963 | François Pinard, Greg McGary, and Bruno Haible wrote @file{po.el}, | 963 | François Pinard, Greg McGary, and Bruno Haible wrote @file{po.el}, |
| 964 | support for PO translation files. | 964 | support for PO translation files. |
| 965 | 965 | ||
| 966 | @item | 966 | @item |
| @@ -1345,7 +1345,7 @@ mode for editing VHDL source code. | |||
| 1345 | John Wiegley wrote @file{align.el}, a set of commands for aligning text | 1345 | John Wiegley wrote @file{align.el}, a set of commands for aligning text |
| 1346 | according to regular-expression based rules; @file{isearchb.el} for fast | 1346 | according to regular-expression based rules; @file{isearchb.el} for fast |
| 1347 | buffer switching; @file{timeclock.el}, a package for keeping track of | 1347 | buffer switching; @file{timeclock.el}, a package for keeping track of |
| 1348 | time spent on projects; the Bahá'í calendar support; | 1348 | time spent on projects; the Bahá'à calendar support; |
| 1349 | @file{pcomplete.el}, a programmable completion facility; | 1349 | @file{pcomplete.el}, a programmable completion facility; |
| 1350 | @file{remember.el}, a mode for jotting down things to remember; | 1350 | @file{remember.el}, a mode for jotting down things to remember; |
| 1351 | @file{eudcb-mab.el}, an address book backend for the Emacs Unified | 1351 | @file{eudcb-mab.el}, an address book backend for the Emacs Unified |
diff --git a/doc/emacs/cal-xtra.texi b/doc/emacs/cal-xtra.texi index 023e4a2926c..1b182327d33 100644 --- a/doc/emacs/cal-xtra.texi +++ b/doc/emacs/cal-xtra.texi | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | @c This is part of the Emacs manual. -*- coding: iso-latin-1 -*- | 1 | @c This is part of the Emacs manual. -*- coding: utf-8 -*- |
| 2 | @c Copyright (C) 2004-2013 Free Software Foundation, Inc. | 2 | @c Copyright (C) 2004-2013 Free Software Foundation, Inc. |
| 3 | @c See file emacs.texi for copying conditions. | 3 | @c See file emacs.texi for copying conditions. |
| 4 | @c | 4 | @c |
| @@ -203,7 +203,7 @@ the month (1 specifies the first occurrence, 2 the second occurrence, | |||
| 203 | @minus{}1 the last occurrence, @minus{}2 the second-to-last occurrence, and | 203 | @minus{}1 the last occurrence, @minus{}2 the second-to-last occurrence, and |
| 204 | so on). | 204 | so on). |
| 205 | 205 | ||
| 206 | You can specify holidays that occur on fixed days of the Bahá'í, | 206 | You can specify holidays that occur on fixed days of the Bahá'Ã, |
| 207 | Chinese, Hebrew, Islamic, and Julian calendars too. For example, | 207 | Chinese, Hebrew, Islamic, and Julian calendars too. For example, |
| 208 | 208 | ||
| 209 | @smallexample | 209 | @smallexample |
| @@ -420,7 +420,7 @@ the fourth pattern. | |||
| 420 | @subsection Diary Entries Using non-Gregorian Calendars | 420 | @subsection Diary Entries Using non-Gregorian Calendars |
| 421 | 421 | ||
| 422 | As well as entries based on the standard Gregorian calendar, your | 422 | As well as entries based on the standard Gregorian calendar, your |
| 423 | diary can have entries based on Bahá'í, Hebrew, or Islamic dates. | 423 | diary can have entries based on Bahá'Ã, Hebrew, or Islamic dates. |
| 424 | Recognition of such entries can be time-consuming, however, and since | 424 | Recognition of such entries can be time-consuming, however, and since |
| 425 | most people don't use them, you must explicitly enable their use. If | 425 | most people don't use them, you must explicitly enable their use. If |
| 426 | you want the diary to recognize Hebrew-date diary entries, for example, | 426 | you want the diary to recognize Hebrew-date diary entries, for example, |
| @@ -440,7 +440,7 @@ you must do this: | |||
| 440 | @end smallexample | 440 | @end smallexample |
| 441 | 441 | ||
| 442 | @noindent | 442 | @noindent |
| 443 | Similarly, for Islamic and Bahá'í entries, add | 443 | Similarly, for Islamic and Bahá'à entries, add |
| 444 | @code{diary-islamic-list-entries} and @code{diary-islamic-mark-entries}, or | 444 | @code{diary-islamic-list-entries} and @code{diary-islamic-mark-entries}, or |
| 445 | @code{diary-bahai-list-entries} and @code{diary-bahai-mark-entries}. | 445 | @code{diary-bahai-list-entries} and @code{diary-bahai-mark-entries}. |
| 446 | 446 | ||
| @@ -449,7 +449,7 @@ Similarly, for Islamic and Bahá'í entries, add | |||
| 449 | @vindex diary-islamic-entry-symbol | 449 | @vindex diary-islamic-entry-symbol |
| 450 | These diary entries have the same formats as Gregorian-date diary | 450 | These diary entries have the same formats as Gregorian-date diary |
| 451 | entries; except that @code{diary-bahai-entry-symbol} (default @samp{B}) | 451 | entries; except that @code{diary-bahai-entry-symbol} (default @samp{B}) |
| 452 | must precede a Bahá'í date, @code{diary-hebrew-entry-symbol} (default | 452 | must precede a Bahá'à date, @code{diary-hebrew-entry-symbol} (default |
| 453 | @samp{H}) a Hebrew date, and @code{diary-islamic-entry-symbol} (default | 453 | @samp{H}) a Hebrew date, and @code{diary-islamic-entry-symbol} (default |
| 454 | @samp{I}) an Islamic date. Moreover, non-Gregorian month names may not | 454 | @samp{I}) an Islamic date. Moreover, non-Gregorian month names may not |
| 455 | be abbreviated (because the first three letters are often not unique). | 455 | be abbreviated (because the first three letters are often not unique). |
| @@ -476,7 +476,7 @@ nonmarking if preceded by @code{diary-nonmarking-symbol} (default | |||
| 476 | 476 | ||
| 477 | Here is a table of commands used in the calendar to create diary | 477 | Here is a table of commands used in the calendar to create diary |
| 478 | entries that match the selected date and other dates that are similar in | 478 | entries that match the selected date and other dates that are similar in |
| 479 | the Bahá'í, Hebrew, or Islamic calendars: | 479 | the Bahá'Ã, Hebrew, or Islamic calendars: |
| 480 | 480 | ||
| 481 | @table @kbd | 481 | @table @kbd |
| 482 | @item i h d | 482 | @item i h d |
| @@ -851,7 +851,7 @@ Make a diary entry with today's equivalent Julian calendar date. | |||
| 851 | @item %%(diary-astro-day-number) | 851 | @item %%(diary-astro-day-number) |
| 852 | Make a diary entry with today's equivalent astronomical (Julian) day number. | 852 | Make a diary entry with today's equivalent astronomical (Julian) day number. |
| 853 | @item %%(diary-bahai-date) | 853 | @item %%(diary-bahai-date) |
| 854 | Make a diary entry with today's equivalent Bahá'í calendar date. | 854 | Make a diary entry with today's equivalent Bahá'à calendar date. |
| 855 | @item %%(diary-chinese-date) | 855 | @item %%(diary-chinese-date) |
| 856 | Make a diary entry with today's equivalent Chinese calendar date. | 856 | Make a diary entry with today's equivalent Chinese calendar date. |
| 857 | @item %%(diary-coptic-date) | 857 | @item %%(diary-coptic-date) |
diff --git a/doc/emacs/calendar.texi b/doc/emacs/calendar.texi index 4f4ec036ef9..52b966b76e1 100644 --- a/doc/emacs/calendar.texi +++ b/doc/emacs/calendar.texi | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | @c This is part of the Emacs manual. -*- coding: iso-latin-1 -*- | 1 | @c This is part of the Emacs manual. -*- coding: utf-8 -*- |
| 2 | @c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2013 Free Software | 2 | @c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2013 Free Software |
| 3 | @c Foundation, Inc. | 3 | @c Foundation, Inc. |
| 4 | @c See file emacs.texi for copying conditions. | 4 | @c See file emacs.texi for copying conditions. |
| @@ -522,7 +522,7 @@ holidays centered around a different month, use @kbd{C-u M-x | |||
| 522 | holidays}, which prompts for the month and year. | 522 | holidays}, which prompts for the month and year. |
| 523 | 523 | ||
| 524 | The holidays known to Emacs include United States holidays and the | 524 | The holidays known to Emacs include United States holidays and the |
| 525 | major Bahá'í, Chinese, Christian, Islamic, and Jewish holidays; also the | 525 | major Bahá'Ã, Chinese, Christian, Islamic, and Jewish holidays; also the |
| 526 | solstices and equinoxes. | 526 | solstices and equinoxes. |
| 527 | 527 | ||
| 528 | @findex list-holidays | 528 | @findex list-holidays |
| @@ -760,8 +760,8 @@ days are named by combining one of ten ``celestial stems'' with one of | |||
| 760 | twelve ``terrestrial branches'' for a total of sixty names that are | 760 | twelve ``terrestrial branches'' for a total of sixty names that are |
| 761 | repeated in a cycle of sixty. | 761 | repeated in a cycle of sixty. |
| 762 | 762 | ||
| 763 | @cindex Bahá'í calendar | 763 | @cindex Bahá'à calendar |
| 764 | The Bahá'í calendar system is based on a solar cycle of 19 months with | 764 | The Bahá'à calendar system is based on a solar cycle of 19 months with |
| 765 | 19 days each. The four remaining ``intercalary'' days are placed | 765 | 19 days each. The four remaining ``intercalary'' days are placed |
| 766 | between the 18th and 19th months. | 766 | between the 18th and 19th months. |
| 767 | 767 | ||
| @@ -801,7 +801,7 @@ Display French Revolutionary date for selected day | |||
| 801 | (@code{calendar-french-print-date}). | 801 | (@code{calendar-french-print-date}). |
| 802 | @findex calendar-bahai-print-date | 802 | @findex calendar-bahai-print-date |
| 803 | @item p b | 803 | @item p b |
| 804 | Display Bahá'í date for selected day | 804 | Display Bahá'à date for selected day |
| 805 | (@code{calendar-bahai-print-date}). | 805 | (@code{calendar-bahai-print-date}). |
| 806 | @findex calendar-chinese-print-date | 806 | @findex calendar-chinese-print-date |
| 807 | @item p C | 807 | @item p C |
| @@ -869,7 +869,7 @@ Move to a date specified in the Julian calendar | |||
| 869 | Move to a date specified with an astronomical (Julian) day number | 869 | Move to a date specified with an astronomical (Julian) day number |
| 870 | (@code{calendar-astro-goto-day-number}). | 870 | (@code{calendar-astro-goto-day-number}). |
| 871 | @item g b | 871 | @item g b |
| 872 | Move to a date specified in the Bahá'í calendar | 872 | Move to a date specified in the Bahá'à calendar |
| 873 | (@code{calendar-bahai-goto-date}). | 873 | (@code{calendar-bahai-goto-date}). |
| 874 | @item g h | 874 | @item g h |
| 875 | Move to a date specified in the Hebrew calendar | 875 | Move to a date specified in the Hebrew calendar |
diff --git a/doc/emacs/emacs-xtra.texi b/doc/emacs/emacs-xtra.texi index 40519e7e318..f67ed3d5cad 100644 --- a/doc/emacs/emacs-xtra.texi +++ b/doc/emacs/emacs-xtra.texi | |||
| @@ -26,7 +26,7 @@ modify this GNU manual.'' | |||
| 26 | @end quotation | 26 | @end quotation |
| 27 | @end copying | 27 | @end copying |
| 28 | 28 | ||
| 29 | @documentencoding ISO-8859-1 | 29 | @documentencoding UTF-8 |
| 30 | 30 | ||
| 31 | @dircategory Emacs | 31 | @dircategory Emacs |
| 32 | @direntry | 32 | @direntry |
diff --git a/doc/emacs/emacs.texi b/doc/emacs/emacs.texi index bda7c0821c0..2efa9b084df 100644 --- a/doc/emacs/emacs.texi +++ b/doc/emacs/emacs.texi | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | \input texinfo @c -*- coding: iso-latin-1 -*- | 1 | \input texinfo @c -*- coding: utf-8 -*- |
| 2 | 2 | ||
| 3 | @setfilename ../../info/emacs | 3 | @setfilename ../../info/emacs |
| 4 | @settitle GNU Emacs Manual | 4 | @settitle GNU Emacs Manual |
| @@ -44,7 +44,7 @@ developing GNU and promoting software freedom.'' | |||
| 44 | @end quotation | 44 | @end quotation |
| 45 | @end copying | 45 | @end copying |
| 46 | 46 | ||
| 47 | @documentencoding ISO-8859-1 | 47 | @documentencoding UTF-8 |
| 48 | 48 | ||
| 49 | @dircategory Emacs | 49 | @dircategory Emacs |
| 50 | @direntry | 50 | @direntry |
| @@ -1351,35 +1351,35 @@ USA | |||
| 1351 | 1351 | ||
| 1352 | Contributors to GNU Emacs include Jari Aalto, Per Abrahamsen, Tomas | 1352 | Contributors to GNU Emacs include Jari Aalto, Per Abrahamsen, Tomas |
| 1353 | Abrahamsson, Jay K. Adams, Alon Albert, Michael Albinus, Nagy | 1353 | Abrahamsson, Jay K. Adams, Alon Albert, Michael Albinus, Nagy |
| 1354 | Andras, Benjamin Andresen, Ralf Angeli, Dmitry Antipov, Joe Arceneaux, Emil Åström, | 1354 | Andras, Benjamin Andresen, Ralf Angeli, Dmitry Antipov, Joe Arceneaux, Emil Ã…ström, |
| 1355 | Miles Bader, David Bakhash, Juanma Barranquero, Eli Barzilay, Thomas | 1355 | Miles Bader, David Bakhash, Juanma Barranquero, Eli Barzilay, Thomas |
| 1356 | Baumann, Steven L. Baur, Jay Belanger, Alexander L. Belikoff, | 1356 | Baumann, Steven L. Baur, Jay Belanger, Alexander L. Belikoff, |
| 1357 | Thomas Bellman, Scott Bender, Boaz Ben-Zvi, Sergey Berezin, Karl | 1357 | Thomas Bellman, Scott Bender, Boaz Ben-Zvi, Sergey Berezin, Karl |
| 1358 | Berry, Anna M. Bigatti, Ray Blaak, Martin Blais, Jim Blandy, Johan | 1358 | Berry, Anna M. Bigatti, Ray Blaak, Martin Blais, Jim Blandy, Johan |
| 1359 | Bockgård, Jan Böcker, Joel Boehland, Lennart Borgman, Per Bothner, | 1359 | BockgÃ¥rd, Jan Böcker, Joel Boehland, Lennart Borgman, Per Bothner, |
| 1360 | Terrence Brannon, Frank Bresz, Peter Breton, Emmanuel Briot, Kevin | 1360 | Terrence Brannon, Frank Bresz, Peter Breton, Emmanuel Briot, Kevin |
| 1361 | Broadey, Vincent Broman, Michael Brouwer, David M. Brown, Stefan Bruda, | 1361 | Broadey, Vincent Broman, Michael Brouwer, David M. Brown, Stefan Bruda, |
| 1362 | Georges Brun-Cottan, Joe Buehler, Scott Byer, W@l{}odek Bzyl, | 1362 | Georges Brun-Cottan, Joe Buehler, Scott Byer, W@l{}odek Bzyl, |
| 1363 | Bill Carpenter, Per Cederqvist, Hans Chalupsky, Chris Chase, Bob | 1363 | Bill Carpenter, Per Cederqvist, Hans Chalupsky, Chris Chase, Bob |
| 1364 | Chassell, Andrew Choi, Chong Yidong, Sacha Chua, Stewart Clamen, James | 1364 | Chassell, Andrew Choi, Chong Yidong, Sacha Chua, Stewart Clamen, James |
| 1365 | Clark, Mike Clarkson, Glynn Clements, Andrew Cohen, Daniel Colascione, | 1365 | Clark, Mike Clarkson, Glynn Clements, Andrew Cohen, Daniel Colascione, |
| 1366 | Edward O'Connor, Christoph Conrad, Ludovic Courtès, Andrew Csillag, | 1366 | Edward O'Connor, Christoph Conrad, Ludovic Courtès, Andrew Csillag, |
| 1367 | Toby Cubitt, Baoqiu Cui, Doug Cutting, Mathias Dahl, Julien Danjou, Satyaki | 1367 | Toby Cubitt, Baoqiu Cui, Doug Cutting, Mathias Dahl, Julien Danjou, Satyaki |
| 1368 | Das, Vivek Dasmohapatra, Dan Davison, Michael DeCorte, Gary Delp, Nachum | 1368 | Das, Vivek Dasmohapatra, Dan Davison, Michael DeCorte, Gary Delp, Nachum |
| 1369 | Dershowitz, Dave Detlefs, Matthieu Devin, Christophe de Dinechin, Eri | 1369 | Dershowitz, Dave Detlefs, Matthieu Devin, Christophe de Dinechin, Eri |
| 1370 | Ding, Jan Djärv, Lawrence R. Dodd, Carsten Dominik, Scott Draves, | 1370 | Ding, Jan Djärv, Lawrence R. Dodd, Carsten Dominik, Scott Draves, |
| 1371 | Benjamin Drieu, Viktor Dukhovni, Jacques Duthen, Dmitry Dzhus, John | 1371 | Benjamin Drieu, Viktor Dukhovni, Jacques Duthen, Dmitry Dzhus, John |
| 1372 | Eaton, Rolf Ebert, Carl Edman, David Edmondson, Paul Eggert, Stephen | 1372 | Eaton, Rolf Ebert, Carl Edman, David Edmondson, Paul Eggert, Stephen |
| 1373 | Eglen, Christian Egli, Torbjörn Einarsson, Tsugutomo Enami, David | 1373 | Eglen, Christian Egli, Torbjörn Einarsson, Tsugutomo Enami, David |
| 1374 | Engster, Hans Henrik Eriksen, Michael Ernst, Ata Etemadi, Frederick | 1374 | Engster, Hans Henrik Eriksen, Michael Ernst, Ata Etemadi, Frederick |
| 1375 | Farnbach, Oscar Figueiredo, Fred Fish, Steve Fisk, Karl Fogel, Gary | 1375 | Farnbach, Oscar Figueiredo, Fred Fish, Steve Fisk, Karl Fogel, Gary |
| 1376 | Foster, Eric S. Fraga, Romain Francoise, Noah Friedman, Andreas | 1376 | Foster, Eric S. Fraga, Romain Francoise, Noah Friedman, Andreas |
| 1377 | Fuchs, Shigeru Fukaya, Hallvard Furuseth, Keith Gabryelski, Peter S. | 1377 | Fuchs, Shigeru Fukaya, Hallvard Furuseth, Keith Gabryelski, Peter S. |
| 1378 | Galbraith, Kevin Gallagher, Fabián E. Gallina, Kevin Gallo, Juan León Lahoz García, | 1378 | Galbraith, Kevin Gallagher, Fabián E. Gallina, Kevin Gallo, Juan León Lahoz GarcÃa, |
| 1379 | Howard Gayle, Daniel German, Stephen Gildea, Julien Gilles, David | 1379 | Howard Gayle, Daniel German, Stephen Gildea, Julien Gilles, David |
| 1380 | Gillespie, Bob Glickstein, Deepak Goel, David De La Harpe Golden, Boris | 1380 | Gillespie, Bob Glickstein, Deepak Goel, David De La Harpe Golden, Boris |
| 1381 | Goldowsky, David Goodger, Chris Gray, Kevin Greiner, Michelangelo Grigni, Odd | 1381 | Goldowsky, David Goodger, Chris Gray, Kevin Greiner, Michelangelo Grigni, Odd |
| 1382 | Gripenstam, Kai Großjohann, Michael Gschwind, Bastien Guerry, Henry | 1382 | Gripenstam, Kai Großjohann, Michael Gschwind, Bastien Guerry, Henry |
| 1383 | Guillaume, Doug Gwyn, Bruno Haible, Ken'ichi Handa, Lars Hansen, Chris | 1383 | Guillaume, Doug Gwyn, Bruno Haible, Ken'ichi Handa, Lars Hansen, Chris |
| 1384 | Hanson, Jesper Harder, Alexandru Harsanyi, K. Shane Hartman, John | 1384 | Hanson, Jesper Harder, Alexandru Harsanyi, K. Shane Hartman, John |
| 1385 | Heidemann, Jon K. Hellan, Magnus Henoch, Markus Heritsch, Dirk | 1385 | Heidemann, Jon K. Hellan, Magnus Henoch, Markus Heritsch, Dirk |
| @@ -1388,19 +1388,19 @@ Jeffrey C. Honig, Tassilo Horn, Kurt Hornik, Tom Houlder, Joakim | |||
| 1388 | Hove, Denis Howe, Lars Ingebrigtsen, Andrew Innes, Seiichiro Inoue, | 1388 | Hove, Denis Howe, Lars Ingebrigtsen, Andrew Innes, Seiichiro Inoue, |
| 1389 | Philip Jackson, Martyn Jago, Pavel Janik, Paul Jarc, Ulf Jasper, | 1389 | Philip Jackson, Martyn Jago, Pavel Janik, Paul Jarc, Ulf Jasper, |
| 1390 | Thorsten Jolitz, Michael K. Johnson, Kyle Jones, Terry Jones, Simon | 1390 | Thorsten Jolitz, Michael K. Johnson, Kyle Jones, Terry Jones, Simon |
| 1391 | Josefsson, Alexandre Julliard, Arne Jørgensen, Tomoji Kagatani, | 1391 | Josefsson, Alexandre Julliard, Arne Jørgensen, Tomoji Kagatani, |
| 1392 | Brewster Kahle, Tokuya Kameshima, Lute Kamstra, Ivan Kanis, David | 1392 | Brewster Kahle, Tokuya Kameshima, Lute Kamstra, Ivan Kanis, David |
| 1393 | Kastrup, David Kaufman, Henry Kautz, Taichi Kawabata, Taro Kawagishi, | 1393 | Kastrup, David Kaufman, Henry Kautz, Taichi Kawabata, Taro Kawagishi, |
| 1394 | Howard Kaye, Michael Kifer, Richard King, Peter Kleiweg, Karel | 1394 | Howard Kaye, Michael Kifer, Richard King, Peter Kleiweg, Karel |
| 1395 | Klí@v{c}, Shuhei Kobayashi, Pavel Kobyakov, Larry K. Kolodney, David | 1395 | KlÃ@v{c}, Shuhei Kobayashi, Pavel Kobyakov, Larry K. Kolodney, David |
| 1396 | M. Koppelman, Koseki Yoshinori, Robert Krawitz, Sebastian Kremer, | 1396 | M. Koppelman, Koseki Yoshinori, Robert Krawitz, Sebastian Kremer, |
| 1397 | Ryszard Kubiak, Igor Kuzmin, David Kågedal, Daniel LaLiberte, Karl | 1397 | Ryszard Kubiak, Igor Kuzmin, David KÃ¥gedal, Daniel LaLiberte, Karl |
| 1398 | Landstrom, Mario Lang, Aaron Larson, James R. Larus, Vinicius Jose | 1398 | Landstrom, Mario Lang, Aaron Larson, James R. Larus, Vinicius Jose |
| 1399 | Latorre, Werner Lemberg, Frederic Lepied, Peter Liljenberg, Christian | 1399 | Latorre, Werner Lemberg, Frederic Lepied, Peter Liljenberg, Christian |
| 1400 | Limpach, Lars Lindberg, Chris Lindblad, Anders Lindgren, Thomas Link, | 1400 | Limpach, Lars Lindberg, Chris Lindblad, Anders Lindgren, Thomas Link, |
| 1401 | Juri Linkov, Francis Litterio, Sergey Litvinov, Emilio C. Lopes, | 1401 | Juri Linkov, Francis Litterio, Sergey Litvinov, Emilio C. Lopes, |
| 1402 | Martin Lorentzon, Dave Love, Eric Ludlam, Károly L@H{o}rentey, Sascha | 1402 | Martin Lorentzon, Dave Love, Eric Ludlam, Károly L@H{o}rentey, Sascha |
| 1403 | Lüdecke, Greg McGary, Roland McGrath, Michael McNamara, Alan Mackenzie, | 1403 | Lüdecke, Greg McGary, Roland McGrath, Michael McNamara, Alan Mackenzie, |
| 1404 | Christopher J. Madsen, Neil M. Mager, Ken Manheimer, Bill Mann, | 1404 | Christopher J. Madsen, Neil M. Mager, Ken Manheimer, Bill Mann, |
| 1405 | Brian Marick, Simon Marshall, Bengt Martensson, Charlie Martin, | 1405 | Brian Marick, Simon Marshall, Bengt Martensson, Charlie Martin, |
| 1406 | Yukihiro Matsumoto, Tomohiro Matsuyama, David Maus, Thomas May, Will Mengarini, David | 1406 | Yukihiro Matsumoto, Tomohiro Matsuyama, David Maus, Thomas May, Will Mengarini, David |
| @@ -1415,7 +1415,7 @@ Kenichi Okada, Alexandre Oliva, Bob Olson, Michael Olson, Takaaki Ota, | |||
| 1415 | Pieter E. J. Pareit, Ross Patterson, David Pearson, Juan Pechiar, | 1415 | Pieter E. J. Pareit, Ross Patterson, David Pearson, Juan Pechiar, |
| 1416 | Jeff Peck, Damon Anton Permezel, Tom Perrine, William M. Perry, Per | 1416 | Jeff Peck, Damon Anton Permezel, Tom Perrine, William M. Perry, Per |
| 1417 | Persson, Jens Petersen, Daniel Pfeiffer, Justus Piater, Richard L. | 1417 | Persson, Jens Petersen, Daniel Pfeiffer, Justus Piater, Richard L. |
| 1418 | Pieri, Fred Pierresteguy, François Pinard, Daniel Pittman, Christian | 1418 | Pieri, Fred Pierresteguy, François Pinard, Daniel Pittman, Christian |
| 1419 | Plaunt, Alexander Pohoyda, David Ponce, Francesco A. Potorti, | 1419 | Plaunt, Alexander Pohoyda, David Ponce, Francesco A. Potorti, |
| 1420 | Michael D. Prange, Mukesh Prasad, Ken Raeburn, Marko Rahamaa, Ashwin | 1420 | Michael D. Prange, Mukesh Prasad, Ken Raeburn, Marko Rahamaa, Ashwin |
| 1421 | Ram, Eric S. Raymond, Paul Reilly, Edward M. Reingold, David | 1421 | Ram, Eric S. Raymond, Paul Reilly, Edward M. Reingold, David |
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 16866d5c8c9..3c976d37062 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-03-04 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * elisp.texi, intro.texi: Switch from Latin-1 to UTF-8. | ||
| 4 | |||
| 1 | 2013-03-03 Glenn Morris <rgm@gnu.org> | 5 | 2013-03-03 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * objects.texi (Symbol Type): Fix typo. | 7 | * objects.texi (Symbol Type): Fix typo. |
diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi index 8ff34941b7d..b53c22030bc 100644 --- a/doc/lispref/elisp.texi +++ b/doc/lispref/elisp.texi | |||
| @@ -115,7 +115,7 @@ developing GNU and promoting software freedom.'' | |||
| 115 | @end quotation | 115 | @end quotation |
| 116 | @end copying | 116 | @end copying |
| 117 | 117 | ||
| 118 | @documentencoding ISO-8859-1 | 118 | @documentencoding UTF-8 |
| 119 | 119 | ||
| 120 | @dircategory GNU Emacs Lisp | 120 | @dircategory GNU Emacs Lisp |
| 121 | @direntry | 121 | @direntry |
diff --git a/doc/lispref/intro.texi b/doc/lispref/intro.texi index 948f00d7e5f..803e5229f6e 100644 --- a/doc/lispref/intro.texi +++ b/doc/lispref/intro.texi | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | @c -*-coding: iso-latin-1-*- | 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-2013 Free Software Foundation, Inc. | 3 | @c Copyright (C) 1990-1994, 2001-2013 Free Software Foundation, Inc. |
| 4 | @c See the file elisp.texi for copying conditions. | 4 | @c See the file elisp.texi for copying conditions. |
| @@ -547,7 +547,7 @@ Kirman, Bob Knighten, Frederick M. Korz, Joe Lammens, Glenn M. Lewis, | |||
| 547 | K. Richard Magill, Brian Marick, Roland McGrath, Stefan Monnier, Skip | 547 | K. Richard Magill, Brian Marick, Roland McGrath, Stefan Monnier, Skip |
| 548 | Montanaro, John Gardiner Myers, Thomas A. Peterson, Francesco Potorti, | 548 | Montanaro, John Gardiner Myers, Thomas A. Peterson, Francesco Potorti, |
| 549 | Friedrich Pukelsheim, Arnold D. Robbins, Raul Rockwell, Jason Rumney, | 549 | Friedrich Pukelsheim, Arnold D. Robbins, Raul Rockwell, Jason Rumney, |
| 550 | Per Starbäck, Shinichirou Sugou, Kimmo Suominen, Edward Tharp, Bill | 550 | Per Starbäck, Shinichirou Sugou, Kimmo Suominen, Edward Tharp, Bill |
| 551 | Trost, Rickard Westman, Jean White, Eduard Wiebe, Matthew Wilding, | 551 | Trost, Rickard Westman, Jean White, Eduard Wiebe, Matthew Wilding, |
| 552 | Carl Witty, Dale Worley, Rusty Wright, and David D. Zuhn. | 552 | Carl Witty, Dale Worley, Rusty Wright, and David D. Zuhn. |
| 553 | 553 | ||
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index eda50177720..8ffc040d27f 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-03-04 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * emacs-mime.texi, htmlfontify.texi, mairix-el.texi, mh-e.texi: | ||
| 4 | * ses.texi: Switch from Latin-1 to UTF-8. | ||
| 5 | |||
| 1 | 2013-03-03 Michael Albinus <michael.albinus@gmx.de> | 6 | 2013-03-03 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 7 | ||
| 3 | * tramp.texi (External methods): Tramp does not connect Android | 8 | * tramp.texi (External methods): Tramp does not connect Android |
diff --git a/doc/misc/emacs-mime.texi b/doc/misc/emacs-mime.texi index b1cf40aa645..ebf208be48c 100644 --- a/doc/misc/emacs-mime.texi +++ b/doc/misc/emacs-mime.texi | |||
| @@ -26,8 +26,8 @@ modify this GNU manual.'' | |||
| 26 | @end quotation | 26 | @end quotation |
| 27 | @end copying | 27 | @end copying |
| 28 | 28 | ||
| 29 | @c Node ``Interface Functions'' uses Latin-1 characters | 29 | @c Node ``Interface Functions'' uses non-ASCII characters |
| 30 | @documentencoding ISO-8859-1 | 30 | @documentencoding UTF-8 |
| 31 | 31 | ||
| 32 | @dircategory Emacs lisp libraries | 32 | @dircategory Emacs lisp libraries |
| 33 | @direntry | 33 | @direntry |
diff --git a/doc/misc/htmlfontify.texi b/doc/misc/htmlfontify.texi index 6cb8942bf15..e45234872e2 100644 --- a/doc/misc/htmlfontify.texi +++ b/doc/misc/htmlfontify.texi | |||
| @@ -123,8 +123,8 @@ reproduces the look of the current Emacs buffer as closely as possible. | |||
| 123 | entities, so you should even be able to do html-within-html fontified | 123 | entities, so you should even be able to do html-within-html fontified |
| 124 | display. | 124 | display. |
| 125 | 125 | ||
| 126 | You should, however, note that random control or eight-bit characters | 126 | You should, however, note that random control or non-ASCII characters |
| 127 | such as ^L (\x0c) or ¤ (\xa4) won't get mapped yet. | 127 | such as ^L (\x0c) or ¤ (\xa4) won't get mapped yet. |
| 128 | 128 | ||
| 129 | If the @var{srcdir} and @var{file} arguments are set, lookup etags | 129 | If the @var{srcdir} and @var{file} arguments are set, lookup etags |
| 130 | derived entries in the @ref{hfy-tags-cache} and add html anchors | 130 | derived entries in the @ref{hfy-tags-cache} and add html anchors |
diff --git a/doc/misc/mairix-el.texi b/doc/misc/mairix-el.texi index ff5b2ca6748..73a1294d28d 100644 --- a/doc/misc/mairix-el.texi +++ b/doc/misc/mairix-el.texi | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | @setfilename ../../info/mairix-el | 3 | @setfilename ../../info/mairix-el |
| 4 | @settitle Emacs Interface for Mairix | 4 | @settitle Emacs Interface for Mairix |
| 5 | 5 | ||
| 6 | @documentencoding ISO-8859-1 | 6 | @documentencoding UTF-8 |
| 7 | 7 | ||
| 8 | @copying | 8 | @copying |
| 9 | Copyright @copyright{} 2008--2013 Free Software Foundation, Inc. | 9 | Copyright @copyright{} 2008--2013 Free Software Foundation, Inc. |
diff --git a/doc/misc/mh-e.texi b/doc/misc/mh-e.texi index 08b1164f53a..154120f2e3b 100644 --- a/doc/misc/mh-e.texi +++ b/doc/misc/mh-e.texi | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | \input texinfo @c -*-texinfo-*- | 1 | \input texinfo @c -*- mode: texinfo; coding: utf-8; -*- |
| 2 | @c | 2 | @c |
| 3 | @c Note: This document requires makeinfo version 4.6 or greater to build. | 3 | @c Note: This document requires makeinfo version 4.6 or greater to build. |
| 4 | @c | 4 | @c |
| @@ -4968,7 +4968,7 @@ Michael W Thelen <thelenm@@stop.mail-abuse.org> wrote: | |||
| 4968 | The attribution consists of the sender's name and email address | 4968 | The attribution consists of the sender's name and email address |
| 4969 | followed by the content of the option | 4969 | followed by the content of the option |
| 4970 | @code{mh-extract-from-attribution-verb}. This option can be set to | 4970 | @code{mh-extract-from-attribution-verb}. This option can be set to |
| 4971 | @samp{wrote:}, @samp{a écrit:}, and @samp{schrieb:}. You can also use | 4971 | @samp{wrote:}, @samp{a écrit:}, and @samp{schrieb:}. You can also use |
| 4972 | the @samp{Custom String} menu item to enter your own verb. | 4972 | the @samp{Custom String} menu item to enter your own verb. |
| 4973 | 4973 | ||
| 4974 | @vindex mail-citation-hook | 4974 | @vindex mail-citation-hook |
diff --git a/doc/misc/ses.texi b/doc/misc/ses.texi index 20bd689c6a0..2c84d04c666 100644 --- a/doc/misc/ses.texi +++ b/doc/misc/ses.texi | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | \input texinfo @c -*-texinfo-*- | 1 | \input texinfo @c -*- mode: texinfo; coding: utf-8; -*- |
| 2 | @c %**start of header | 2 | @c %**start of header |
| 3 | @setfilename ../../info/ses | 3 | @setfilename ../../info/ses |
| 4 | @settitle @acronym{SES}: Simple Emacs Spreadsheet | 4 | @settitle @acronym{SES}: Simple Emacs Spreadsheet |
| @@ -1022,9 +1022,9 @@ Yusong Li @email{lyusong@@hotmail.com}@* | |||
| 1022 | Juri Linkov @email{juri@@jurta.org}@* | 1022 | Juri Linkov @email{juri@@jurta.org}@* |
| 1023 | Harald Maier @email{maierh@@myself.com}@* | 1023 | Harald Maier @email{maierh@@myself.com}@* |
| 1024 | Alan Nash @email{anash@@san.rr.com}@* | 1024 | Alan Nash @email{anash@@san.rr.com}@* |
| 1025 | François Pinard @email{pinard@@iro.umontreal.ca}@* | 1025 | François Pinard @email{pinard@@iro.umontreal.ca}@* |
| 1026 | Pedro Pinto @email{ppinto@@cs.cmu.edu}@* | 1026 | Pedro Pinto @email{ppinto@@cs.cmu.edu}@* |
| 1027 | Stefan Reichör @email{xsteve@@riic.at}@* | 1027 | Stefan Reichör @email{xsteve@@riic.at}@* |
| 1028 | Oliver Scholz @email{epameinondas@@gmx.de}@* | 1028 | Oliver Scholz @email{epameinondas@@gmx.de}@* |
| 1029 | Richard M. Stallman @email{rms@@gnu.org}@* | 1029 | Richard M. Stallman @email{rms@@gnu.org}@* |
| 1030 | Luc Teirlinck @email{teirllm@@dms.auburn.edu}@* | 1030 | Luc Teirlinck @email{teirllm@@dms.auburn.edu}@* |