diff options
| author | Lars Magne Ingebrigtsen | 2011-07-01 16:27:29 +0200 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2011-07-01 16:27:29 +0200 |
| commit | 0d7420848f9afbc2df395d52e2d7e8e7cc70316a (patch) | |
| tree | 54f70c3d2fe9a513a029a103e729de9fdced2b26 | |
| parent | e9cb4479f5a80de75d79ea957502e59c87992c9c (diff) | |
| download | emacs-0d7420848f9afbc2df395d52e2d7e8e7cc70316a.tar.gz emacs-0d7420848f9afbc2df395d52e2d7e8e7cc70316a.zip | |
* mule.texi (Coding Systems): Put a few more of the coding systems into the index.
Fixes: debbugs:8900
| -rw-r--r-- | doc/emacs/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/emacs/mule.texi | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 26cce9b2ac9..8127d528d5e 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * mule.texi (Coding Systems): Put a few more of the coding systems | ||
| 4 | into the index (bug#8900). | ||
| 5 | |||
| 1 | 2011-06-26 Glenn Morris <rgm@gnu.org> | 6 | 2011-06-26 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * fortran-xtra.texi (Fortran): F90 mode is also for F2008. | 8 | * fortran-xtra.texi (Fortran): F90 mode is also for F2008. |
diff --git a/doc/emacs/mule.texi b/doc/emacs/mule.texi index a721e0c204b..3893f51ace5 100644 --- a/doc/emacs/mule.texi +++ b/doc/emacs/mule.texi | |||
| @@ -665,6 +665,9 @@ system to other coding systems when writing data. Conversion is | |||
| 665 | possible in reading or writing files, in sending or receiving from the | 665 | possible in reading or writing files, in sending or receiving from the |
| 666 | terminal, and in exchanging data with subprocesses. | 666 | terminal, and in exchanging data with subprocesses. |
| 667 | 667 | ||
| 668 | @cindex @code{no-conversion}, coding system | ||
| 669 | @cindex @code{raw-text}, coding system | ||
| 670 | @cindex @code{emacs-internal}, coding system | ||
| 668 | Emacs assigns a name to each coding system. Most coding systems are | 671 | Emacs assigns a name to each coding system. Most coding systems are |
| 669 | used for one language, and the name of the coding system starts with | 672 | used for one language, and the name of the coding system starts with |
| 670 | the language name. Some coding systems are used for several | 673 | the language name. Some coding systems are used for several |
| @@ -748,6 +751,7 @@ appropriate conversion. (This is the convention normally used on the | |||
| 748 | Macintosh system.) | 751 | Macintosh system.) |
| 749 | @end table | 752 | @end table |
| 750 | 753 | ||
| 754 | @cindex @code{iso-latin-1}, coding system | ||
| 751 | These variant coding systems are omitted from the | 755 | These variant coding systems are omitted from the |
| 752 | @code{list-coding-systems} display for brevity, since they are entirely | 756 | @code{list-coding-systems} display for brevity, since they are entirely |
| 753 | predictable. For example, the coding system @code{iso-latin-1} has | 757 | predictable. For example, the coding system @code{iso-latin-1} has |