diff options
| author | Lars Ingebrigtsen | 2016-04-30 18:07:15 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2016-05-01 19:27:13 +0200 |
| commit | f92d0aa141a0d97f8eb0de7253cc56931a62816d (patch) | |
| tree | 02bd11eacbd743b78be604b03643de40a42d29f1 | |
| parent | ad5572b20f46dc678989cecd2d64926e1e1c846c (diff) | |
| download | emacs-f92d0aa141a0d97f8eb0de7253cc56931a62816d.tar.gz emacs-f92d0aa141a0d97f8eb0de7253cc56931a62816d.zip | |
insert-file-contents-literally doc fix
* lisp/files.el (insert-file-contents-literally): Say that the
parameters are explained in the other function (bug#18317).
(cherry picked from commit b6481b19bc9592492b1f70dfecb4de6256f537fe)
| -rw-r--r-- | lisp/files.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/files.el b/lisp/files.el index 5cdd3849f19..f9c6c5185e3 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -2143,6 +2143,7 @@ Do you want to revisit the file normally now? ") | |||
| 2143 | 2143 | ||
| 2144 | (defun insert-file-contents-literally (filename &optional visit beg end replace) | 2144 | (defun insert-file-contents-literally (filename &optional visit beg end replace) |
| 2145 | "Like `insert-file-contents', but only reads in the file literally. | 2145 | "Like `insert-file-contents', but only reads in the file literally. |
| 2146 | See `insert-file-contents' for an explanation of the parameters. | ||
| 2146 | A buffer may be modified in several ways after reading into the buffer, | 2147 | A buffer may be modified in several ways after reading into the buffer, |
| 2147 | due to Emacs features such as format decoding, character code | 2148 | due to Emacs features such as format decoding, character code |
| 2148 | conversion, `find-file-hook', automatic uncompression, etc. | 2149 | conversion, `find-file-hook', automatic uncompression, etc. |