]> git.eshelyaron.com Git - emacs.git/commitdiff
(MS-DOS and MULE): Clarify that this section is for the MS-DOS port only.
authorEli Zaretskii <eliz@gnu.org>
Sat, 6 Aug 2005 07:18:18 +0000 (07:18 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 6 Aug 2005 07:18:18 +0000 (07:18 +0000)
man/ChangeLog
man/msdog.texi

index f68e9bcdc8e9df56aaf29688d3e974d0c8e2dac3..ec144071ba72bc6273929f45b69a52216bd458b0 100644 (file)
@@ -1,3 +1,8 @@
+2005-08-06  Eli Zaretskii  <eliz@gnu.org>
+
+       * msdog.texi (MS-DOS and MULE): Clarify that this section is for
+       the MS-DOS port only.
+
 2005-07-30  Eli Zaretskii  <eliz@gnu.org>
 
        * makefile.w32-in (info): Don't run multi-install-info.bat.
index a5aea27f161f8d5b51b86239afdb23a608787bef..af136266bd2d948888a1c92983d4f2b6f2681144 100644 (file)
@@ -583,6 +583,12 @@ However, due to incompatibilities between MS-DOS/MS-Windows and other systems,
 there are several DOS-specific aspects of this support that you should
 be aware of.  This section describes these aspects.
 
+  The description below is largely specific to the MS-DOS port of
+Emacs, especially where it talks about practical implications for
+Emacs users.  For other operating systems, see the @file{code-pages.el}
+package, which implements support for MS-DOS- and MS-Windows-specific
+encodings for all platforms other than MS-DOS.
+
 @table @kbd
 @item M-x dos-codepage-setup
 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
 supports the same character set as Windows codepage 1252; DOS codepage
 855 supports the same character set as Windows codepage 1251, etc.
 The MS-Windows version of Emacs uses the current codepage for display
-when invoked with the @samp{-nw} option.
+when invoked with the @samp{-nw} option.  Support for codepages in the
+Windows port of Emacs is part of the @file{code-pages.el} package.
 
 @node MS-DOS Processes
 @section Subprocesses on MS-DOS