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

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

[elpa] externals/diff-hl 09a0f8fcc7: diff-hl-update-async: Rephrase the


From: ELPA Syncer
Subject: [elpa] externals/diff-hl 09a0f8fcc7: diff-hl-update-async: Rephrase the docstring a bit
Date: Mon, 1 Apr 2024 21:57:55 -0400 (EDT)

branch: externals/diff-hl
commit 09a0f8fcc7e6ce3f49dca64cdfab898d6762f2a4
Author: Dmitry Gutov <dmitry@gutov.dev>
Commit: Dmitry Gutov <dmitry@gutov.dev>

    diff-hl-update-async: Rephrase the docstring a bit
---
 diff-hl.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/diff-hl.el b/diff-hl.el
index 29dfe31923..88e0e209db 100644
--- a/diff-hl.el
+++ b/diff-hl.el
@@ -198,8 +198,8 @@ the current version of the file)."
   "When non-nil, `diff-hl-update' will run asynchronously.
 
 This can help prevent Emacs from freezing, especially by a slow version
-control (VC) backend. Remote files will not be affected since this feature
-does not work reliably with them."
+control (VC) backend. It's disabled in remote buffers, though, since it
+didn't work reliably in such during testing."
   :type 'boolean)
 
 (defvar diff-hl-reference-revision nil



reply via email to

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