From 7bd2e96638843a28ee75e663856f417bdcaf1de2 Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Wed, 4 Sep 2013 16:29:26 +0300 Subject: [PATCH] diff-hl-amend-mode: Reword the docstring --- diff-hl-amend.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/diff-hl-amend.el b/diff-hl-amend.el index 5accf3bc0..3f65cb751 100644 --- a/diff-hl-amend.el +++ b/diff-hl-amend.el @@ -28,8 +28,8 @@ ;;;###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 -- 2.39.2