branch: master
commit 1d672dd0b2fc3ee723c77f227203c1acd80434a5
Author: Dmitry Gutov <[email protected]>
Commit: Dmitry Gutov <[email protected]>
Clarify diff-hl-flydiff-mode docstring
---
diff-hl-flydiff.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/diff-hl-flydiff.el b/diff-hl-flydiff.el
index 7f0c6c7..627840e 100644
--- a/diff-hl-flydiff.el
+++ b/diff-hl-flydiff.el
@@ -148,9 +148,9 @@ This requires the external program `diff' to be in your
`exec-path'."
;;;###autoload
(define-minor-mode diff-hl-flydiff-mode
- "Highlight diffs on-the-fly"
- :lighter ""
- :global t
+ "Perform highlighting on-the-fly.
+This is a global minor mode. It alters how `diff-hl-mode' works."
+ :lighter "" :global t
(if diff-hl-flydiff-mode
(progn
(advice-add 'diff-hl-overlay-modified :override #'ignore)