diff options
| author | Eli Zaretskii | 2006-05-20 19:08:02 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-05-20 19:08:02 +0000 |
| commit | 4cc27edbecbf2902330b9e7d4548b50c9ff66b74 (patch) | |
| tree | 2683037be7b10d11d235db66a125dea2c280e307 | |
| parent | d836fdf52e0db7135b6be7cebcc0fe1d7f1c177e (diff) | |
| download | emacs-4cc27edbecbf2902330b9e7d4548b50c9ff66b74.tar.gz emacs-4cc27edbecbf2902330b9e7d4548b50c9ff66b74.zip | |
(Visiting): Mention `end-of-line' explicitly.
| -rw-r--r-- | man/files.texi | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/man/files.texi b/man/files.texi index 65edbc22e36..3eb413b4687 100644 --- a/man/files.texi +++ b/man/files.texi | |||
| @@ -261,17 +261,17 @@ copies the file into the displayed directory. For details, see | |||
| 261 | you had visited an existing empty file. If you make any changes and | 261 | you had visited an existing empty file. If you make any changes and |
| 262 | save them, the file is created. | 262 | save them, the file is created. |
| 263 | 263 | ||
| 264 | Emacs recognizes from the contents of a file which convention it uses | 264 | Emacs recognizes from the contents of a file which end-of-line |
| 265 | to separate lines---newline (used on GNU/Linux and on Unix), | 265 | convention it uses to separate lines---newline (used on GNU/Linux and |
| 266 | carriage-return linefeed (used on Microsoft systems), or just | 266 | on Unix), carriage-return linefeed (used on Microsoft systems), or |
| 267 | carriage-return (used on the Macintosh)---and automatically converts the | 267 | just carriage-return (used on the Macintosh)---and automatically |
| 268 | contents to the normal Emacs convention, which is that the newline | 268 | converts the contents to the normal Emacs convention, which is that |
| 269 | character separates lines. This is a part of the general feature of | 269 | the newline character separates lines. This is a part of the general |
| 270 | coding system conversion (@pxref{Coding Systems}), and makes it possible | 270 | feature of coding system conversion (@pxref{Coding Systems}), and |
| 271 | to edit files imported from different operating systems with | 271 | makes it possible to edit files imported from different operating |
| 272 | equal convenience. If you change the text and save the file, Emacs | 272 | systems with equal convenience. If you change the text and save the |
| 273 | performs the inverse conversion, changing newlines back into | 273 | file, Emacs performs the inverse conversion, changing newlines back |
| 274 | carriage-return linefeed or just carriage-return if appropriate. | 274 | into carriage-return linefeed or just carriage-return if appropriate. |
| 275 | 275 | ||
| 276 | @vindex find-file-run-dired | 276 | @vindex find-file-run-dired |
| 277 | If the file you specify is actually a directory, @kbd{C-x C-f} invokes | 277 | If the file you specify is actually a directory, @kbd{C-x C-f} invokes |