From dcf3396e3ac0d496f0c6421605d6d110847f0c09 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 7 Apr 2007 16:46:49 +0000 Subject: [PATCH] (Misc File Ops): Rewrite description of insert-file-literally. --- man/files.texi | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/man/files.texi b/man/files.texi index 531d50f6392..49c310452b4 100644 --- a/man/files.texi +++ b/man/files.texi @@ -2434,11 +2434,11 @@ 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}). + @kbd{M-x insert-file-literally} is like @kbd{M-x insert-file}, +except the file is inserted ``literally'': it is treated as a sequence +of @acronym{ASCII} characters with no special encoding or conversion, +similar to the @kbd{M-x find-file-literally} command +(@pxref{Visiting}). @findex write-region @kbd{M-x write-region} is the inverse of @kbd{M-x insert-file}; it -- 2.39.5