diff options
| author | Nick Drozd <nicholasdrozd@gmail.com> | 2017-12-23 15:21:51 -0600 |
|---|---|---|
| committer | Wilfred Hughes <me@wilfred.me.uk> | 2018-01-01 11:52:43 +0000 |
| commit | fdeb8da145e5e353800db652aae4cc74e300f5f0 (patch) | |
| tree | 964d91883febe3fab103250937094499ced04795 | |
| parent | 8c3c3ebcef05902f73573264d4c45cea2b53886b (diff) | |
Consolidate whitespace
| -rw-r--r-- | helpful.el | 12 |
1 files changed, 4 insertions, 8 deletions
@@ -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 |
