diff options
| author | Wilfred Hughes <me@wilfred.me.uk> | 2017-12-22 22:45:13 +0000 |
|---|---|---|
| committer | Wilfred Hughes <me@wilfred.me.uk> | 2017-12-22 22:45:13 +0000 |
| commit | d0cd139f1bcba0882128018b19528347ea974338 (patch) | |
| tree | 118dfadec1463f22f7b94438fbd89ee3c33b939d | |
| parent | 9d68e5680158819d3d1b3aad95619ba9f8907ed0 (diff) | |
Fix indent
| -rw-r--r-- | helpful.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |
