aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--helpful.el2
1 files changed, 1 insertions, 1 deletions
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))