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

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

[elpa] master 1d672dd 11/25: Clarify diff-hl-flydiff-mode docstring


From: Dmitry Gutov
Subject: [elpa] master 1d672dd 11/25: Clarify diff-hl-flydiff-mode docstring
Date: Sat, 8 Dec 2018 19:19:38 -0500 (EST)

branch: master
commit 1d672dd0b2fc3ee723c77f227203c1acd80434a5
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    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)



reply via email to

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