changeset 74500:fc3f19833659

(Misc File Ops): Document insert-file-literally.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 08 Dec 2006 17:50:37 +0000
parents de9fc4fc731f
children 65224088bcb2
files man/files.texi
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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