emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/files.texi


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/man/files.texi
Date: Sat, 20 May 2006 19:08:02 +0000

Index: emacs/man/files.texi
diff -u emacs/man/files.texi:1.147 emacs/man/files.texi:1.148
--- emacs/man/files.texi:1.147  Wed May 17 22:24:59 2006
+++ emacs/man/files.texi        Sat May 20 19:08:02 2006
@@ -261,17 +261,17 @@
 you had visited an existing empty file.  If you make any changes and
 save them, the file is created.
 
-  Emacs recognizes from the contents of a file which convention it uses
-to separate lines---newline (used on GNU/Linux and on Unix),
-carriage-return linefeed (used on Microsoft systems), or just
-carriage-return (used on the Macintosh)---and automatically converts the
-contents to the normal Emacs convention, which is that the newline
-character separates lines.  This is a part of the general feature of
-coding system conversion (@pxref{Coding Systems}), and makes it possible
-to edit files imported from different operating systems with
-equal convenience.  If you change the text and save the file, Emacs
-performs the inverse conversion, changing newlines back into
-carriage-return linefeed or just carriage-return if appropriate.
+  Emacs recognizes from the contents of a file which end-of-line
+convention it uses to separate lines---newline (used on GNU/Linux and
+on Unix), carriage-return linefeed (used on Microsoft systems), or
+just carriage-return (used on the Macintosh)---and automatically
+converts the contents to the normal Emacs convention, which is that
+the newline character separates lines.  This is a part of the general
+feature of coding system conversion (@pxref{Coding Systems}), and
+makes it possible to edit files imported from different operating
+systems with equal convenience.  If you change the text and save the
+file, Emacs performs the inverse conversion, changing newlines back
+into carriage-return linefeed or just carriage-return if appropriate.
 
 @vindex find-file-run-dired
   If the file you specify is actually a directory, @kbd{C-x C-f} invokes




reply via email to

[Prev in Thread] Current Thread [Next in Thread]