summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Stephani <phst@google.com>2017-09-11 22:11:41 +0200
committerPhilipp Stephani <phst@google.com>2017-09-11 22:13:04 +0200
commit123d52f69c1149871e11b311c1819c4f02ea9982 (patch)
treec6e0991251feda1b35cf39e18fe7991b065c416b
parenta66155555b6e37b7c5a4d3fd4604f9929288753a (diff)
downloademacs-123d52f69c1149871e11b311c1819c4f02ea9982.tar.gz
; * lisp/files.el (basic-save-buffer-2): Fix typo.
-rw-r--r--lisp/files.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el
index 611a4c5a6fc..de9fab8d32e 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))