]> code.delx.au - gnu-emacs/commitdiff
insert-file-contents-literally doc fix
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 30 Apr 2016 16:07:15 +0000 (18:07 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 30 Apr 2016 16:07:15 +0000 (18:07 +0200)
* lisp/files.el (insert-file-contents-literally): Say that the
parameters are explained in the other function (bug#18317).

lisp/files.el

index 2857f6dfcacef0f35a3b0c34c13ffc40d8fcc7e1..a252be609ab604bde16e5e0fb5c933e16629b9bc 100644 (file)
@@ -2143,6 +2143,7 @@ Do you want to revisit the file normally now? ")
 \f
 (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.