branch: externals/diff-hl commit 354171f9aa5ede64dff18bfd9ba34eeff2fb641f Author: Dmitry Gutov <dmi...@gutov.dev> Commit: Dmitry Gutov <dmi...@gutov.dev>
Correct the docstring #212 --- diff-hl.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/diff-hl.el b/diff-hl.el index 4c6b965a0f..dfe8bbd9c2 100644 --- a/diff-hl.el +++ b/diff-hl.el @@ -119,8 +119,7 @@ (defcustom diff-hl-fallback-to-margin t "Non-nil to use margin instead of fringe on non-graphic displays. -This requires the corresponding margin width to be >0 already, which is -normally the case on such displays." +This requires the corresponding margin width to be >0 already." :group 'diff-hl :type 'boolean)