emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master b6481b1: insert-file-contents-literally doc fix


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master b6481b1: insert-file-contents-literally doc fix
Date: Sat, 30 Apr 2016 16:07:57 +0000

branch: master
commit b6481b19bc9592492b1f70dfecb4de6256f537fe
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    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).
---
 lisp/files.el |    1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/files.el b/lisp/files.el
index 2857f6d..a252be6 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]