aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-02-02 04:32:39 +0000
committerRichard M. Stallman2006-02-02 04:32:39 +0000
commitfef4d6a626a29aa59fd74541b885fef2cdc762bd (patch)
tree0ee21410d927b35683b2bfcbb3fd6ae5795dcbad
parent0024f7e07cfd937f092db506ecc349ad8335c439 (diff)
downloademacs-fef4d6a626a29aa59fd74541b885fef2cdc762bd.tar.gz
emacs-fef4d6a626a29aa59fd74541b885fef2cdc762bd.zip
(Text and Binary, MS-DOS and MULE): Fix xrefs.
-rw-r--r--man/msdog.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/msdog.texi b/man/msdog.texi
index 1724a1103fb..58ce170a738 100644
--- a/man/msdog.texi
+++ b/man/msdog.texi
@@ -344,7 +344,7 @@ the usual carriage-return linefeed.
344 344
345@cindex DOS-to-Unix conversion of files 345@cindex DOS-to-Unix conversion of files
346 To visit a file and specify whether it uses DOS-style or Unix-style 346 To visit a file and specify whether it uses DOS-style or Unix-style
347end-of-line, specify a coding system (@pxref{Specify Coding}). For 347end-of-line, specify a coding system (@pxref{Text Coding}). For
348example, @kbd{C-x @key{RET} c unix @key{RET} C-x C-f foobar.txt} 348example, @kbd{C-x @key{RET} c unix @key{RET} C-x C-f foobar.txt}
349visits the file @file{foobar.txt} without converting the EOLs; if some 349visits the file @file{foobar.txt} without converting the EOLs; if some
350line ends with a carriage-return linefeed pair, Emacs will display 350line ends with a carriage-return linefeed pair, Emacs will display
@@ -719,7 +719,7 @@ visit a file written on a DOS machine in another country), use the
719the codepage, with completion, then creates the coding system for the 719the codepage, with completion, then creates the coding system for the
720specified codepage. You can then use the new coding system to read and 720specified codepage. You can then use the new coding system to read and
721write files, but you must specify it explicitly for the file command 721write files, but you must specify it explicitly for the file command
722when you want to use it (@pxref{Specify Coding}). 722when you want to use it (@pxref{Text Coding}).
723 723
724 These coding systems are also useful for visiting a file encoded using 724 These coding systems are also useful for visiting a file encoded using
725a DOS codepage, using Emacs running on some other operating system. 725a DOS codepage, using Emacs running on some other operating system.