summaryrefslogtreecommitdiff
path: root/helm-man.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2014-04-25 15:51:17 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2014-04-25 15:51:17 +0200
commitbc4fb132f218c2025eeb9218f95f56798343c05a (patch)
tree50d56ec46972ab2adfaef5548d0b25fb886221c5 /helm-man.el
parent9bc2702cf13e5096e391088208cc71e580cf2fd7 (diff)
Finally reindent with the cl indentation behavior of 24.4.50.
It have font-lock broken in some place but is not broken as in 24.3.90. So perhaps it is the best option for now.
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)