aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilfred Hughes <me@wilfred.me.uk>2017-12-22 22:45:13 +0000
committerWilfred Hughes <me@wilfred.me.uk>2017-12-22 22:45:13 +0000
commitd0cd139f1bcba0882128018b19528347ea974338 (patch)
tree118dfadec1463f22f7b94438fbd89ee3c33b939d
parent9d68e5680158819d3d1b3aad95619ba9f8907ed0 (diff)
Fix indent
-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))