diff options
| -rw-r--r-- | man/files.texi | 7 |
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}. | |||
| 2433 | contents of the specified file into the current buffer at point, | 2433 | contents of the specified file into the current buffer at point, |
| 2434 | leaving point unchanged before the contents and the mark after them. | 2434 | leaving point unchanged before the contents and the mark after them. |
| 2435 | 2435 | ||
| 2436 | @findex insert-file-literally | ||
| 2437 | @kbd{M-x insert-file-literally} is like @kbd{C-x i}, except it | ||
| 2438 | inserts the specified file with no conversion of the contents: no | ||
| 2439 | format conversion (@pxref{Formatted Text}), no character code | ||
| 2440 | conversion (@pxref{Coding Systems}), and no automatic uncompression | ||
| 2441 | (@pxref{Compressed Files}). | ||
| 2442 | |||
| 2436 | @findex write-region | 2443 | @findex write-region |
| 2437 | @kbd{M-x write-region} is the inverse of @kbd{M-x insert-file}; it | 2444 | @kbd{M-x write-region} is the inverse of @kbd{M-x insert-file}; it |
| 2438 | copies the contents of the region into the specified file. @kbd{M-x | 2445 | copies the contents of the region into the specified file. @kbd{M-x |