* mule.texi (Coding Systems): Put a few more of the coding systems into the index.
Fixes: debbugs:8900
This commit is contained in:
parent
e9cb4479f5
commit
0d7420848f
2 changed files with 9 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* mule.texi (Coding Systems): Put a few more of the coding systems
|
||||
into the index (bug#8900).
|
||||
|
||||
2011-06-26 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* fortran-xtra.texi (Fortran): F90 mode is also for F2008.
|
||||
|
|
|
|||
|
|
@ -665,6 +665,9 @@ system to other coding systems when writing data. Conversion is
|
|||
possible in reading or writing files, in sending or receiving from the
|
||||
terminal, and in exchanging data with subprocesses.
|
||||
|
||||
@cindex @code{no-conversion}, coding system
|
||||
@cindex @code{raw-text}, coding system
|
||||
@cindex @code{emacs-internal}, coding system
|
||||
Emacs assigns a name to each coding system. Most coding systems are
|
||||
used for one language, and the name of the coding system starts with
|
||||
the language name. Some coding systems are used for several
|
||||
|
|
@ -748,6 +751,7 @@ appropriate conversion. (This is the convention normally used on the
|
|||
Macintosh system.)
|
||||
@end table
|
||||
|
||||
@cindex @code{iso-latin-1}, coding system
|
||||
These variant coding systems are omitted from the
|
||||
@code{list-coding-systems} display for brevity, since they are entirely
|
||||
predictable. For example, the coding system @code{iso-latin-1} has
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue