summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2018-04-09 17:53:37 +0300
committerEli Zaretskii <eliz@gnu.org>2018-04-09 17:53:37 +0300
commit3a798f696b61f0d6e4117b61ddc389a9dd08eff0 (patch)
treeb80b3bb735ad3dcebfdd43bb533ca616887cc418
parent6afa8682e97b7f34476082d6067c1bb21a9cd0d6 (diff)
downloademacs-3a798f696b61f0d6e4117b61ddc389a9dd08eff0.tar.gz
Fix a minor mistake in the ELisp manual
* doc/lispref/files.texi (Reading from Files): Fix copy/paste mistake. (Bug#31107)
-rw-r--r--doc/lispref/files.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi
index e2eaa03f68f..f62b670f47f 100644
--- a/doc/lispref/files.texi
+++ b/doc/lispref/files.texi
@@ -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