comparison man/files.texi @ 33559:c6a08bfab7fd

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Thu, 16 Nov 2000 17:09:04 +0000
parents 7b666d4d4007
children a81d05721a68
comparison
equal deleted inserted replaced
33558:786f1533a10f 33559:c6a08bfab7fd
276 @findex find-file-literally 276 @findex find-file-literally
277 If you wish to edit a file as a sequence of characters with no special 277 If you wish to edit a file as a sequence of characters with no special
278 encoding or conversion, use the @kbd{M-x find-file-literally} command. 278 encoding or conversion, use the @kbd{M-x find-file-literally} command.
279 It visits a file, like @kbd{C-x C-f}, but does not do format conversion 279 It visits a file, like @kbd{C-x C-f}, but does not do format conversion
280 (@pxref{Formatted Text}), character code conversion (@pxref{Coding 280 (@pxref{Formatted Text}), character code conversion (@pxref{Coding
281 Systems}), or automatic uncompression (@pxref{Compressed Files}). 281 Systems}), or automatic uncompression (@pxref{Compressed Files}), and
282 does not add a final newline because of @code{require-final-newline}.
282 If you already have visited the same file in the usual (non-literal) 283 If you already have visited the same file in the usual (non-literal)
283 manner, this command asks you whether to visit it literally instead. 284 manner, this command asks you whether to visit it literally instead.
284 285
285 @vindex find-file-hooks 286 @vindex find-file-hooks
286 @vindex find-file-not-found-hooks 287 @vindex find-file-not-found-hooks