From b28c2e70bef8f2d5df9889438fa000203d983390 Mon Sep 17 00:00:00 2001 From: Protesilaos Stavrou Date: Tue, 16 Feb 2021 12:31:05 +0200 Subject: Add doc string to helper fontify function --- git-email.el | 1 + 1 file changed, 1 insertion(+) diff --git a/git-email.el b/git-email.el index 4c406a8..b84fd25 100644 --- a/git-email.el +++ b/git-email.el @@ -270,6 +270,7 @@ If the header is not found, return an empty string." (buffer-string))) (defun git-email--fontify-using-faces (text) + "Fontify TEXT using faces." (let ((pos 0) (next (gensym))) (while (setq next (next-single-property-change pos 'face text)) -- cgit v1.2.3