summaryrefslogtreecommitdiff
path: root/helm-man.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2014-04-18 16:24:21 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2014-04-18 16:24:21 +0200
commit1592c28fc45c305ecc36d94a2e6f9e7baeb93615 (patch)
tree116e4ff2a13652bd8c5fc79358cd7368641faa48 /helm-man.el
parent2840076ce71fc641726a4661e358e00b55ce77a1 (diff)
Reindent all files.
Diffstat (limited to 'helm-man.el')
-rw-r--r--helm-man.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/helm-man.el b/helm-man.el
index a0fcb80b..e0692e32 100644
--- a/helm-man.el
+++ b/helm-man.el
@@ -51,8 +51,8 @@ source.")
"ManFile: " wfiles :must-match t)))
(if (eq helm-man-or-woman-function 'Man-getpage-in-background)
(manual-entry (format "-l %s" file))
- (woman-find-file file)))
- (funcall helm-man-or-woman-function candidate))
+ (woman-find-file file)))
+ (funcall helm-man-or-woman-function candidate))
;; If woman is unable to format correctly
;; use man instead.
(error (kill-buffer) ; Kill woman buffer.
@@ -81,7 +81,7 @@ source.")
(action-transformer . (lambda (actions candidate)
(if (eq system-type 'darwin)
'(("Display Man page" . man))
- actions)))))
+ actions)))))
;;;###autoload
(defun helm-man-woman (arg)