aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Drozd <nicholasdrozd@gmail.com>2017-12-23 15:21:51 -0600
committerWilfred Hughes <me@wilfred.me.uk>2018-01-01 11:52:43 +0000
commitfdeb8da145e5e353800db652aae4cc74e300f5f0 (patch)
tree964d91883febe3fab103250937094499ced04795
parent8c3c3ebcef05902f73573264d4c45cea2b53886b (diff)
Consolidate whitespace
-rw-r--r--helpful.el12
1 files changed, 4 insertions, 8 deletions
diff --git a/helpful.el b/helpful.el
index ea68944..6d20b11 100644
--- a/helpful.el
+++ b/helpful.el
@@ -1016,15 +1016,11 @@ state of the current symbol."
(let* ((inhibit-read-only t)
(start-line (line-number-at-pos))
(start-column (current-column))
- (primitive-p (helpful--primitive-p
- helpful--sym helpful--callable-p))
+ (primitive-p (helpful--primitive-p helpful--sym helpful--callable-p))
(sym-type (cond
- ((not helpful--callable-p)
- "Variable")
- ((macrop helpful--sym)
- "Macro")
- (t
- "Function")))
+ ((not helpful--callable-p) "Variable")
+ ((macrop helpful--sym) "Macro")
+ (t "Function")))
(look-for-src (or (not primitive-p)
find-function-C-source-directory))
(source (when look-for-src