diff options
| author | Eli Zaretskii | 2005-08-06 07:18:18 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2005-08-06 07:18:18 +0000 |
| commit | b268465a4853dcfb84d30a154484e42dbcff3e0d (patch) | |
| tree | 146117c62bae6c6a17d4b66216e6e11beb1fc699 | |
| parent | ba65be24d42b78e229c3ef18b17ef7b2f1cb987b (diff) | |
| download | emacs-b268465a4853dcfb84d30a154484e42dbcff3e0d.tar.gz emacs-b268465a4853dcfb84d30a154484e42dbcff3e0d.zip | |
(MS-DOS and MULE): Clarify that this section is for the MS-DOS port only.
| -rw-r--r-- | man/ChangeLog | 5 | ||||
| -rw-r--r-- | man/msdog.texi | 9 |
2 files changed, 13 insertions, 1 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index f68e9bcdc8e..ec144071ba7 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2005-08-06 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * msdog.texi (MS-DOS and MULE): Clarify that this section is for | ||
| 4 | the MS-DOS port only. | ||
| 5 | |||
| 1 | 2005-07-30 Eli Zaretskii <eliz@gnu.org> | 6 | 2005-07-30 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * makefile.w32-in (info): Don't run multi-install-info.bat. | 8 | * makefile.w32-in (info): Don't run multi-install-info.bat. |
diff --git a/man/msdog.texi b/man/msdog.texi index a5aea27f161..af136266bd2 100644 --- a/man/msdog.texi +++ b/man/msdog.texi | |||
| @@ -583,6 +583,12 @@ However, due to incompatibilities between MS-DOS/MS-Windows and other systems, | |||
| 583 | there are several DOS-specific aspects of this support that you should | 583 | there are several DOS-specific aspects of this support that you should |
| 584 | be aware of. This section describes these aspects. | 584 | be aware of. This section describes these aspects. |
| 585 | 585 | ||
| 586 | The description below is largely specific to the MS-DOS port of | ||
| 587 | Emacs, especially where it talks about practical implications for | ||
| 588 | Emacs users. For other operating systems, see the @file{code-pages.el} | ||
| 589 | package, which implements support for MS-DOS- and MS-Windows-specific | ||
| 590 | encodings for all platforms other than MS-DOS. | ||
| 591 | |||
| 586 | @table @kbd | 592 | @table @kbd |
| 587 | @item M-x dos-codepage-setup | 593 | @item M-x dos-codepage-setup |
| 588 | Set up Emacs display and coding systems as appropriate for the current | 594 | Set up Emacs display and coding systems as appropriate for the current |
| @@ -721,7 +727,8 @@ DOS codepages for the same locale. For example, DOS codepage 850 | |||
| 721 | supports the same character set as Windows codepage 1252; DOS codepage | 727 | supports the same character set as Windows codepage 1252; DOS codepage |
| 722 | 855 supports the same character set as Windows codepage 1251, etc. | 728 | 855 supports the same character set as Windows codepage 1251, etc. |
| 723 | The MS-Windows version of Emacs uses the current codepage for display | 729 | The MS-Windows version of Emacs uses the current codepage for display |
| 724 | when invoked with the @samp{-nw} option. | 730 | when invoked with the @samp{-nw} option. Support for codepages in the |
| 731 | Windows port of Emacs is part of the @file{code-pages.el} package. | ||
| 725 | 732 | ||
| 726 | @node MS-DOS Processes | 733 | @node MS-DOS Processes |
| 727 | @section Subprocesses on MS-DOS | 734 | @section Subprocesses on MS-DOS |