diff options
| author | Eli Zaretskii | 2008-09-30 19:13:51 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-09-30 19:13:51 +0000 |
| commit | f68eb9911b9bc22746c4ea5ad6500965dfcc5662 (patch) | |
| tree | 8cb47abcfefd8bf52d0b8460dd4a0dec0991e0f0 | |
| parent | d073c1ebc066f590dd45e807e80fef3d056b4605 (diff) | |
| download | emacs-f68eb9911b9bc22746c4ea5ad6500965dfcc5662.tar.gz emacs-f68eb9911b9bc22746c4ea5ad6500965dfcc5662.zip | |
(Coding Systems): Don't mention codepage-setup.
| -rw-r--r-- | doc/emacs/ChangeLog | 10 | ||||
| -rw-r--r-- | doc/emacs/mule.texi | 11 |
2 files changed, 11 insertions, 10 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index d12ceaeafbc..46d119f94da 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2008-09-30 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * mule.texi (Coding Systems): Don't mention codepage-setup. | ||
| 4 | |||
| 5 | * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create | ||
| 6 | cpNNN coding systems anymore. | ||
| 7 | (MS-DOS and MULE): Don't mention code-pages.el. Don't mention support | ||
| 8 | for unibyte mode. Don't mention line-drawing characters. Don't | ||
| 9 | mention dos-unsupported-char-glyph. | ||
| 10 | |||
| 1 | 2008-09-25 Chong Yidong <cyd@stupidchicken.com> | 11 | 2008-09-25 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 12 | ||
| 3 | * search.texi (Search): Shorten introduction. | 13 | * search.texi (Search): Shorten introduction. |
diff --git a/doc/emacs/mule.texi b/doc/emacs/mule.texi index 6be6f55598f..12daecdb3ed 100644 --- a/doc/emacs/mule.texi +++ b/doc/emacs/mule.texi | |||
| @@ -711,16 +711,7 @@ MS-DOS software. The names of these coding systems are | |||
| 711 | codepage. You can use these encodings just like any other coding | 711 | codepage. You can use these encodings just like any other coding |
| 712 | system; for example, to visit a file encoded in codepage 850, type | 712 | system; for example, to visit a file encoded in codepage 850, type |
| 713 | @kbd{C-x @key{RET} c cp850 @key{RET} C-x C-f @var{filename} | 713 | @kbd{C-x @key{RET} c cp850 @key{RET} C-x C-f @var{filename} |
| 714 | @key{RET}}@footnote{ | 714 | @key{RET}}. |
| 715 | In the MS-DOS port of Emacs, you need to create a @code{cp@var{nnn}} | ||
| 716 | coding system with @kbd{M-x codepage-setup}, before you can use it. | ||
| 717 | @iftex | ||
| 718 | @xref{MS-DOS and MULE,,,emacs-extra,Specialized Emacs Features}. | ||
| 719 | @end iftex | ||
| 720 | @ifnottex | ||
| 721 | @xref{MS-DOS and MULE}. | ||
| 722 | @end ifnottex | ||
| 723 | }. | ||
| 724 | 715 | ||
| 725 | In addition to converting various representations of non-@acronym{ASCII} | 716 | In addition to converting various representations of non-@acronym{ASCII} |
| 726 | characters, a coding system can perform end-of-line conversion. Emacs | 717 | characters, a coding system can perform end-of-line conversion. Emacs |