aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2016-04-30 18:07:15 +0200
committerLars Ingebrigtsen2016-04-30 18:07:15 +0200
commitb6481b19bc9592492b1f70dfecb4de6256f537fe (patch)
tree5c8942d82515081a1fc80123f118d9505411e31f
parentb66bc0cced786e0320e1c3b0758bd3c434d4e8b5 (diff)
downloademacs-b6481b19bc9592492b1f70dfecb4de6256f537fe.tar.gz
emacs-b6481b19bc9592492b1f70dfecb4de6256f537fe.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).
-rw-r--r--lisp/files.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/files.el b/lisp/files.el
index 2857f6dfcac..a252be609ab 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.
2146See `insert-file-contents' for an explanation of the parameters.
2146A buffer may be modified in several ways after reading into the buffer, 2147A buffer may be modified in several ways after reading into the buffer,
2147due to Emacs features such as format decoding, character code 2148due to Emacs features such as format decoding, character code
2148conversion, `find-file-hook', automatic uncompression, etc. 2149conversion, `find-file-hook', automatic uncompression, etc.