aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorProtesilaos Stavrou <info@protesilaos.com>2021-02-16 12:31:05 +0200
committerXinglu Chen <public@yoctocell.xyz>2021-02-16 11:54:17 +0100
commitb28c2e70bef8f2d5df9889438fa000203d983390 (patch)
treefe7f467ae541e7660e6293fa18d65b54fc4ccac9
parent3b029889f49613315f1fc21be9c4549dfd812914 (diff)
Add doc string to helper fontify function
-rw-r--r--git-email.el1
1 files changed, 1 insertions, 0 deletions
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))