# HG changeset patch # User Eli Zaretskii # Date 1165600237 0 # Node ID fc3f1983365980f9ce52c94c9315520988976eaf # Parent de9fc4fc731f768cc626408576128abd94cd07f5 (Misc File Ops): Document insert-file-literally. diff -r de9fc4fc731f -r fc3f19833659 man/files.texi --- a/man/files.texi Fri Dec 08 17:23:06 2006 +0000 +++ b/man/files.texi Fri Dec 08 17:50:37 2006 +0000 @@ -2433,6 +2433,13 @@ contents of the specified file into the current buffer at point, leaving point unchanged before the contents and the mark after them. +@findex insert-file-literally + @kbd{M-x insert-file-literally} is like @kbd{C-x i}, except it +inserts the specified file with no conversion of the contents: no +format conversion (@pxref{Formatted Text}), no character code +conversion (@pxref{Coding Systems}), and no automatic uncompression +(@pxref{Compressed Files}). + @findex write-region @kbd{M-x write-region} is the inverse of @kbd{M-x insert-file}; it copies the contents of the region into the specified file. @kbd{M-x