emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 3a798f6: Fix a minor mistake in the ELisp manual


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 3a798f6: Fix a minor mistake in the ELisp manual
Date: Mon, 9 Apr 2018 10:54:11 -0400 (EDT)

branch: emacs-26
commit 3a798f696b61f0d6e4117b61ddc389a9dd08eff0
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Fix a minor mistake in the ELisp manual
    
    * doc/lispref/files.texi (Reading from Files): Fix copy/paste
    mistake.  (Bug#31107)
---
 doc/lispref/files.texi | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi
index e2eaa03..f62b670 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



reply via email to

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