branch: externals/diff-hl commit 0fe1bc0fd8716e8521f49fdbeae68da64ea4772f Author: Dmitry Gutov <dmi...@gutov.dev> Commit: Dmitry Gutov <dmi...@gutov.dev>
diff-hl-fallback-to-margin: Update the docstring --- diff-hl.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diff-hl.el b/diff-hl.el index ebb74305b1..01210f6f57 100644 --- a/diff-hl.el +++ b/diff-hl.el @@ -119,7 +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." +This resizes the margin to 1 if it's not visible." :group 'diff-hl :type 'boolean)