]> git.eshelyaron.com Git - emacs.git/commitdiff
(Coding Systems, Text Coding): More indexing. Mention that C-x RET f can set
authorEli Zaretskii <eliz@gnu.org>
Fri, 12 May 2006 14:46:14 +0000 (14:46 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 12 May 2006 14:46:14 +0000 (14:46 +0000)
eol conversion.

man/mule.texi

index 91c5aaaf47e1565025167101a59e00e030d4b0fd..fb79e54d115dae9d94c55854eaac595a16c85008 100644 (file)
@@ -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