summaryrefslogtreecommitdiff
path: root/doc/lispref/files.texi
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2018-04-10 07:50:48 -0700
committerGlenn Morris <rgm@gnu.org>2018-04-10 07:50:48 -0700
commit587f12281aeac6847fff55243572bad5b3828873 (patch)
tree3843374bdc712251171797bfe3f22e6459d7b54c /doc/lispref/files.texi
parentfbe04ad8462ca2eccc58e7a325f6aa42e44a8c6f (diff)
parentc267421647510319d2a70554e42f0d1c394dba0a (diff)
downloademacs-587f12281aeac6847fff55243572bad5b3828873.tar.gz
Merge from origin/emacs-26
c267421 (tag: emacs-26.1-rc1, origin/emacs-26) ; * ChangeLog.3: Update. aa77415 * etc/AUTHORS: Regenerate. c8ffca5 * lisp/files.el (kept-new-versions): Improve documentation st... 3a798f6 Fix a minor mistake in the ELisp manual 6afa868 ; * src/dispextern.h (struct it): Fix a typo in a comment. 5659b2f * lisp/files.el (find-file-literally): Doc fix. 9b24a79 Fix typos in doc strings
Diffstat (limited to 'doc/lispref/files.texi')
-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 3a39826761c..71402cd836f 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