diff options
author | Eli Zaretskii <eliz@gnu.org> | 2006-05-12 14:46:14 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2006-05-12 14:46:14 +0000 |
commit | 859843d01f95907128097f71eccf24b077790442 (patch) | |
tree | fe424d23b0acd7142d1ad9cdf7a5496b28c137e4 /man/mule.texi | |
parent | e1166db9f3255bf22163d79c471f65dd54a50cd9 (diff) | |
download | emacs-859843d01f95907128097f71eccf24b077790442.tar.gz |
(Coding Systems, Text Coding): More indexing. Mention that C-x RET f can set
eol conversion.
Diffstat (limited to 'man/mule.texi')
-rw-r--r-- | man/mule.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/mule.texi b/man/mule.texi index 91c5aaaf47e..fb79e54d115 100644 --- a/man/mule.texi +++ b/man/mule.texi @@ -639,6 +639,7 @@ system, including the letter that stands for it in the mode line (@pxref{Mode Line}). @cindex end-of-line conversion +@cindex line endings @cindex MS-DOS end-of-line conversion @cindex Macintosh end-of-line conversion Each of the coding systems that appear in this list---except for @@ -941,6 +942,13 @@ that cannot handle all of the characters in the buffer, Emacs warns you about the troublesome characters when you actually save the buffer. +@cindex specify end-of-line conversion + You can also use this command to specify the end-of-line conversion +(@pxref{Coding Systems, end-of-line conversion}) for encoding the +current buffer. For example, @kbd{C-x @key{RET} f dos @key{RET}} will +cause Emacs to save the current buffer's text with DOS-style CRLF line +endings. + @kindex C-x RET c @findex universal-coding-system-argument Another way to specify the coding system for a file is when you visit |