From d0cd139f1bcba0882128018b19528347ea974338 Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Fri, 22 Dec 2017 22:45:13 +0000 Subject: [PATCH] Fix indent --- helpful.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpful.el b/helpful.el index 048ddae..223250f 100644 --- a/helpful.el +++ b/helpful.el @@ -1121,7 +1121,7 @@ state of the current symbol." (source-path (concat (propertize (format "%s Defined in " (if primitive-p "//" ";;")) - 'face 'font-lock-comment-face) + 'face 'font-lock-comment-face) (helpful--navigate-button source-path (helpful--source-pos helpful--sym helpful--callable-p))