]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix a minor mistake in the ELisp manual
authorEli Zaretskii <eliz@gnu.org>
Mon, 9 Apr 2018 14:53:37 +0000 (17:53 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 9 Apr 2018 14:53:37 +0000 (17:53 +0300)
* doc/lispref/files.texi (Reading from Files): Fix copy/paste
mistake.  (Bug#31107)

doc/lispref/files.texi

index e2eaa03f68f3af72578111037673465fa456eb77..f62b670f47f9fa06842a03da1e6445916b442439 100644 (file)
@@ -582,8 +582,9 @@ with @code{insert-file-contents}, as long as @var{replace} and
 
 @defun insert-file-contents-literally filename &optional visit beg end replace
 This function works like @code{insert-file-contents} except that it
-does not run @code{find-file-hook}, and does not do format decoding,
-character code conversion, automatic uncompression, and so on.
+does not run @code{after-insert-file-functions}, and does not do
+format decoding, character code conversion, automatic uncompression,
+and so on.
 @end defun
 
 If you want to pass a file name to another process so that another