]> code.delx.au - gnu-emacs-elpa/blobdiff - diff-hl-amend.el
diff-hl-amend-mode: Reword the docstring
[gnu-emacs-elpa] / diff-hl-amend.el
index ba93298c106c9097e44a3757eba8e1167250713e..3f65cb75104370ac9fbdc963da9e9b9a1f2b2674 100644 (file)
 
 ;;; Code:
 
+(require 'diff-hl)
+
 ;;;###autoload
 (define-minor-mode diff-hl-amend-mode
   "Show changes against the second-last revision in `diff-hl-mode'.
-Most useful with VCSes that support rewriting local commits, and
-'amending' the most recent one in particular.
+Most useful with backends that support rewriting local commits,
+and most importantly, 'amending' the most recent one.
 Currently only supports Git, Mercurial and Bazaar."
   :lighter " Amend"
   (if diff-hl-amend-mode