aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2005-08-06 07:18:18 +0000
committerEli Zaretskii2005-08-06 07:18:18 +0000
commitb268465a4853dcfb84d30a154484e42dbcff3e0d (patch)
tree146117c62bae6c6a17d4b66216e6e11beb1fc699
parentba65be24d42b78e229c3ef18b17ef7b2f1cb987b (diff)
downloademacs-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/ChangeLog5
-rw-r--r--man/msdog.texi9
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 @@
12005-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
12005-07-30 Eli Zaretskii <eliz@gnu.org> 62005-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,
583there are several DOS-specific aspects of this support that you should 583there are several DOS-specific aspects of this support that you should
584be aware of. This section describes these aspects. 584be aware of. This section describes these aspects.
585 585
586 The description below is largely specific to the MS-DOS port of
587Emacs, especially where it talks about practical implications for
588Emacs users. For other operating systems, see the @file{code-pages.el}
589package, which implements support for MS-DOS- and MS-Windows-specific
590encodings 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
588Set up Emacs display and coding systems as appropriate for the current 594Set 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
721supports the same character set as Windows codepage 1252; DOS codepage 727supports the same character set as Windows codepage 1252; DOS codepage
722855 supports the same character set as Windows codepage 1251, etc. 728855 supports the same character set as Windows codepage 1251, etc.
723The MS-Windows version of Emacs uses the current codepage for display 729The MS-Windows version of Emacs uses the current codepage for display
724when invoked with the @samp{-nw} option. 730when invoked with the @samp{-nw} option. Support for codepages in the
731Windows 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