1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

lisp/files.el (insert-file-contents-literally): Fix typo

This commit is contained in:
Kelly Dean 2015-02-16 04:26:36 +00:00 committed by Artur Malabarba
parent 04096849d5
commit 8338e4420d
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2015-02-16 Kelly Dean <kelly@prtime.org>
* lisp/files.el (insert-file-contents-literally): Fix docstring typo.
2015-02-16 Kelly Dean <kelly@prtime.org>
* emacs-lisp/easy-mmode.el (define-minor-mode): Process macro

View file

@ -2110,7 +2110,7 @@ Do you want to revisit the file normally now? ")
(defun insert-file-contents-literally (filename &optional visit beg end replace)
"Like `insert-file-contents', but only reads in the file literally.
A buffer may be modified in several ways after reading into the buffer,
to Emacs features such as format decoding, character code
due to Emacs features such as format decoding, character code
conversion, `find-file-hook', automatic uncompression, etc.
This function ensures that none of these modifications will take place."