From a688b5cc41d29068fabe7bb9a88798769e75c9aa Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Thu, 14 May 2020 09:51:55 -0400 Subject: [PATCH] Add missing docstring --- magit-delta.el | 1 + 1 file changed, 1 insertion(+) diff --git a/magit-delta.el b/magit-delta.el index c5655d9..5d1d19f 100644 --- a/magit-delta.el +++ b/magit-delta.el @@ -114,6 +114,7 @@ The input buffer contents are expected to be raw git output." (magit-delta-hide-plus-minus-markers)))) (defun magit-delta-hide-plus-minus-markers () + "Apply text properties to hide the +/- markers at the beginning of lines." (save-excursion (goto-char (point-min)) ;; Within hunks, hide - or + at the start of a line.