aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2011-07-01 16:27:29 +0200
committerLars Magne Ingebrigtsen2011-07-01 16:27:29 +0200
commit0d7420848f9afbc2df395d52e2d7e8e7cc70316a (patch)
tree54f70c3d2fe9a513a029a103e729de9fdced2b26
parente9cb4479f5a80de75d79ea957502e59c87992c9c (diff)
downloademacs-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/ChangeLog5
-rw-r--r--doc/emacs/mule.texi4
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 @@
12011-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
12011-06-26 Glenn Morris <rgm@gnu.org> 62011-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
665possible in reading or writing files, in sending or receiving from the 665possible in reading or writing files, in sending or receiving from the
666terminal, and in exchanging data with subprocesses. 666terminal, 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
669used for one language, and the name of the coding system starts with 672used for one language, and the name of the coding system starts with
670the language name. Some coding systems are used for several 673the language name. Some coding systems are used for several
@@ -748,6 +751,7 @@ appropriate conversion. (This is the convention normally used on the
748Macintosh system.) 751Macintosh 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
753predictable. For example, the coding system @code{iso-latin-1} has 757predictable. For example, the coding system @code{iso-latin-1} has