emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/diff-hl 9c1c95c 03/25: Fix typo


From: Dmitry Gutov
Subject: [elpa] externals/diff-hl 9c1c95c 03/25: Fix typo
Date: Sun, 20 Dec 2020 05:06:59 -0500 (EST)

branch: externals/diff-hl
commit 9c1c95c9d4f3fb5ff839ff0ea1af94f08d0404f8
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Fix typo
---
 diff-hl.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/diff-hl.el b/diff-hl.el
index 22bb816..056b0ea 100644
--- a/diff-hl.el
+++ b/diff-hl.el
@@ -544,7 +544,7 @@ The value of this variable is a mode line template as in
         ;; https://github.com/magit/magit/issues/603
         (add-hook 'magit-revert-buffer-hook 'diff-hl-update nil t)
         ;; Magit versions 2.0-2.3 don't do the above and call this
-        ;; instead, but only when they dosn't call `revert-buffer':
+        ;; instead, but only when they don't call `revert-buffer':
         (add-hook 'magit-not-reverted-hook 'diff-hl-update nil t)
         (add-hook 'text-scale-mode-hook 'diff-hl-maybe-redefine-bitmaps nil t))
     (remove-hook 'after-save-hook 'diff-hl-update t)



reply via email to

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