summaryrefslogtreecommitdiff
path: root/helm-man.el
diff options
context:
space:
mode:
authorBilly.Zheng <zw963@163.com>2016-05-21 00:18:45 +0800
committerBilly.Zheng <zw963@163.com>2016-05-21 00:18:45 +0800
commitf3281235034712bd167b35732b8af01e2d1d55b3 (patch)
tree9ed082a53d07f141702845014dbb0ef6414011a6 /helm-man.el
parentd658723af11fc42c48e2b86e515b725e4e8c8029 (diff)
Change all helm buffer window name to lowercase, for consistency. #1513
Diffstat (limited to 'helm-man.el')
-rw-r--r--helm-man.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/helm-man.el b/helm-man.el
index 9989ea9a..987624f6 100644
--- a/helm-man.el
+++ b/helm-man.el
@@ -88,7 +88,7 @@ source.")
(defvar helm-source-man-pages
(helm-build-in-buffer-source "Manual Pages"
- :init #'helm-man--init
+ :init #'helm-man--init
:persistent-action #'ignore
:filtered-candidate-transformer
(lambda (candidates _source)
@@ -102,7 +102,7 @@ With a prefix arg reinitialize the cache."
(interactive "P")
(when arg (setq helm-man--pages nil))
(helm :sources 'helm-source-man-pages
- :buffer "*Helm man woman*"))
+ :buffer "*helm man woman*"))
(provide 'helm-man)