summaryrefslogtreecommitdiff
path: root/man/files.texi
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2006-12-08 17:50:37 +0000
committerEli Zaretskii <eliz@gnu.org>2006-12-08 17:50:37 +0000
commite269697fd6c02beeff2b9cbbfbaecc8486d18fe3 (patch)
tree3305cfbc28cb271d4876ab0da4a4453d50dbc040 /man/files.texi
parent7d911b04e175e876673d2206f7f8b9a6e4555b8e (diff)
downloademacs-e269697fd6c02beeff2b9cbbfbaecc8486d18fe3.tar.gz
(Misc File Ops): Document insert-file-literally.
Diffstat (limited to 'man/files.texi')
-rw-r--r--man/files.texi7
1 files changed, 7 insertions, 0 deletions
diff --git a/man/files.texi b/man/files.texi
index ccf619442d6..86e3282e542 100644
--- a/man/files.texi
+++ b/man/files.texi
@@ -2433,6 +2433,13 @@ in Emacs. @xref{Misc Buffer}.
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