From: Dmitry Gutov Date: Tue, 17 Jul 2012 03:24:23 +0000 (+0400) Subject: Update docstring X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/bef2e8563e5aab7b3b84e832902479e5408eaa2e Update docstring --- diff --git a/diff-hl.el b/diff-hl.el index 0f7956bdd..6ac0d2478 100644 --- a/diff-hl.el +++ b/diff-hl.el @@ -291,7 +291,7 @@ in the source file, or the last line of the hunk above it." (diff-hl-remove-overlays))))))) (define-minor-mode diff-hl-dir-mode - "Toggle `diff-hl-mode' link in `vc-dir-mode' buffer." + "Toggle `diff-hl-mode' integration in a `vc-dir-mode' buffer." :lighter "" (if diff-hl-dir-mode (add-hook 'vc-checkin-hook 'diff-hl-dir-update t t)