aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2005-08-06 07:27:33 +0000
committerEli Zaretskii2005-08-06 07:27:33 +0000
commit553193ea9cde75f0b031fb8809a5c06caafcbf16 (patch)
tree09415e780be78f423370376873343703c4a34d02
parentb268465a4853dcfb84d30a154484e42dbcff3e0d (diff)
downloademacs-553193ea9cde75f0b031fb8809a5c06caafcbf16.tar.gz
emacs-553193ea9cde75f0b031fb8809a5c06caafcbf16.zip
(Coding Systems): Rephrase the paragraph about codepages: no need for
"M-x codepage-setup" anymore, except on MS-DOS.
-rw-r--r--man/mule.texi15
1 files changed, 9 insertions, 6 deletions
diff --git a/man/mule.texi b/man/mule.texi
index 7156c814f71..2c34e2861bc 100644
--- a/man/mule.texi
+++ b/man/mule.texi
@@ -592,12 +592,15 @@ coding systems @code{no-conversion}, @code{raw-text} and
592@cindex international files from DOS/Windows systems 592@cindex international files from DOS/Windows systems
593 A special class of coding systems, collectively known as 593 A special class of coding systems, collectively known as
594@dfn{codepages}, is designed to support text encoded by MS-Windows and 594@dfn{codepages}, is designed to support text encoded by MS-Windows and
595MS-DOS software. To use any of these systems, you need to create it 595MS-DOS software. The names of these coding systems are
596with @kbd{M-x codepage-setup}. @xref{MS-DOS and MULE}. After 596@code{cp@var{nnnn}}, where @var{nnnn} is a 3- or 4-digit number of the
597creating the coding system for the codepage, you can use it as any 597codepage. You can use these encodings just like any other coding
598other coding system. For example, to visit a file encoded in codepage 598system; for example, to visit a file encoded in codepage 850, type
599850, type @kbd{C-x @key{RET} c cp850 @key{RET} C-x C-f @var{filename} 599@kbd{C-x @key{RET} c cp850 @key{RET} C-x C-f @var{filename}
600@key{RET}}. 600@key{RET}}@footnote{
601In the MS-DOS port of Emacs, you need to create a @code{cp@var{nnn}}
602coding system with @kbd{M-x codepage-setup}, before you can use it.
603@xref{MS-DOS and MULE}.}.
601 604
602 In addition to converting various representations of non-@acronym{ASCII} 605 In addition to converting various representations of non-@acronym{ASCII}
603characters, a coding system can perform end-of-line conversion. Emacs 606characters, a coding system can perform end-of-line conversion. Emacs