]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/files.el (basic-save-buffer-2): Fix typo.
authorPhilipp Stephani <phst@google.com>
Mon, 11 Sep 2017 20:11:41 +0000 (22:11 +0200)
committerPhilipp Stephani <phst@google.com>
Mon, 11 Sep 2017 20:13:04 +0000 (22:13 +0200)
lisp/files.el

index 611a4c5a6fca66c11b021b6c32f3646ac501b947..de9fab8d32ea19a9f3ab638d0eeab802c9a1764f 100644 (file)
@@ -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))