1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-01 20:06:00 +00:00

Fix a minor mistake in the ELisp manual

* doc/lispref/files.texi (Reading from Files): Fix copy/paste
mistake.  (Bug#31107)
This commit is contained in:
Eli Zaretskii 2018-04-09 17:53:37 +03:00
parent 6afa8682e9
commit 3a798f696b

View 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