branch: externals/diff-hl commit 79c46da33b249eb59a2f82fe7ad46fc9621eab0b Author: Dmitry Gutov <dmi...@gutov.dev> Commit: Dmitry Gutov <dmi...@gutov.dev>
Expand the docstring --- diff-hl.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/diff-hl.el b/diff-hl.el index 474020a23d..ea8ae4d8b6 100644 --- a/diff-hl.el +++ b/diff-hl.el @@ -148,7 +148,9 @@ (when on (global-diff-hl-mode 1))))) (defcustom diff-hl-bmp-max-width 16 - "Maximum width in pixels of the bitmap indicators." + "Maximum width of the fringe indicator bitmaps, in pixels. +The bitmap width is decided by comparing this value with the current width +of the fringe. When the fringe is hidden, this value is also used." :type 'integer) (defcustom diff-hl-highlight-revert-hunk-function