]> git.eshelyaron.com Git - emacs.git/commitdiff
lisp/files.el (insert-file-contents-literally): Fix typo
authorKelly Dean <kelly@prtime.org>
Mon, 16 Feb 2015 04:26:36 +0000 (04:26 +0000)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Wed, 18 Feb 2015 00:16:24 +0000 (22:16 -0200)
lisp/ChangeLog
lisp/files.el

index 3df34d6577cc79e62a80474815402fe0ad83df01..704ec34606cd7998c02f3d8af1a6b6a3f5c2716e 100644 (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
index 5e80cb76599dbe8d2ff7043a9fd741014b28651d..83369792fe7293bba09ae6731e934741213c6f88 100644 (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."