+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
(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."