forked from Github/emacs
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 b6481b19bc)
This commit is contained in:
parent
ad5572b20f
commit
f92d0aa141
1 changed files with 1 additions and 0 deletions
|
|
@ -2143,6 +2143,7 @@ Do you want to revisit the file normally now? ")
|
|||
|
||||
(defun insert-file-contents-literally (filename &optional visit beg end replace)
|
||||
"Like `insert-file-contents', but only reads in the file literally.
|
||||
See `insert-file-contents' for an explanation of the parameters.
|
||||
A buffer may be modified in several ways after reading into the buffer,
|
||||
due to Emacs features such as format decoding, character code
|
||||
conversion, `find-file-hook', automatic uncompression, etc.
|
||||
|
|
|
|||
Loading…
Reference in a new issue