emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 8338e44 8/8: lisp/files.el (insert-file-contents-li


From: Artur Malabarba
Subject: [Emacs-diffs] master 8338e44 8/8: lisp/files.el (insert-file-contents-literally): Fix typo
Date: Tue, 17 Feb 2015 23:17:58 +0000

branch: master
commit 8338e4420d4a0fd375f36698b5be54a65fe9cbb7
Author: Kelly Dean <address@hidden>
Commit: Artur Malabarba <address@hidden>

    lisp/files.el (insert-file-contents-literally): Fix typo
---
 lisp/ChangeLog |    4 ++++
 lisp/files.el  |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3df34d6..704ec34 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
 2015-02-16  Kelly Dean  <address@hidden>
 
+       * lisp/files.el (insert-file-contents-literally): Fix docstring typo.
+
+2015-02-16  Kelly Dean  <address@hidden>
+
        * emacs-lisp/easy-mmode.el (define-minor-mode): Process macro
        arguments correctly. (Bug#19685)
        (define-minor-mode): Clarify docstring.
diff --git a/lisp/files.el b/lisp/files.el
index 5e80cb7..8336979 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -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."



reply via email to

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