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

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

[elpa] externals/diff-hl b8b2727a72 2/2: Merge pull request #209 from wh


From: ELPA Syncer
Subject: [elpa] externals/diff-hl b8b2727a72 2/2: Merge pull request #209 from whhone/fix
Date: Fri, 26 Jan 2024 21:57:45 -0500 (EST)

branch: externals/diff-hl
commit b8b2727a72fdf64ac98e6cfa136a43cb0cacf72f
Merge: 2c07ababaa f90f3af3b0
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: GitHub <noreply@github.com>

    Merge pull request #209 from whhone/fix
    
    minor fix for diff-hl-update documentation
---
 diff-hl.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/diff-hl.el b/diff-hl.el
index c654e73e01..af7cb1ce48 100644
--- a/diff-hl.el
+++ b/diff-hl.el
@@ -392,7 +392,7 @@ does not work reliably with them."
       (nreverse res))))
 
 (defun diff-hl-update ()
-  "Updates the diff-hl overlay in a thread."
+  "Updates the diff-hl overlay."
   (if (and diff-hl-update-async
            ;; Disable threading on the remote file as it is unreliable.
            (not (file-remote-p default-directory)))



reply via email to

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