emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 123d52f: ; * lisp/files.el (basic-save-buffer-2): F


From: Philipp Stephani
Subject: [Emacs-diffs] master 123d52f: ; * lisp/files.el (basic-save-buffer-2): Fix typo.
Date: Mon, 11 Sep 2017 16:13:20 -0400 (EDT)

branch: master
commit 123d52f69c1149871e11b311c1819c4f02ea9982
Author: Philipp Stephani <address@hidden>
Commit: Philipp Stephani <address@hidden>

    ; * lisp/files.el (basic-save-buffer-2): Fix typo.
---
 lisp/files.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/files.el b/lisp/files.el
index 611a4c5..de9fab8 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -5080,7 +5080,7 @@ Before and after saving the buffer, this function runs
              (progn
                 ;; Pass in nil&nil rather than point-min&max to indicate
                 ;; we're saving the buffer rather than just a region.
-                ;; write-region-annotate-functions may make us of it.
+                ;; write-region-annotate-functions may make use of it.
                 (write-region nil nil
                               buffer-file-name nil t buffer-file-truename)
                 (when save-silently (message nil))



reply via email to

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