summaryrefslogtreecommitdiff
path: root/helm-find.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2018-11-13 10:16:52 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2018-11-13 10:16:52 +0100
commitd5c6e0037dbafc47dc37455ab378897ccb2132fb (patch)
treeac0b91fcaf17474a1bc2e4d73c573b9c6775abed /helm-find.el
parent0526e95992240e83ce4ae93f64fdcfc84c451274 (diff)
Use helm-generic-file-help-message in find
* helm-find.el (helm-source-findutils): Do it.
Diffstat (limited to 'helm-find.el')
-rw-r--r--helm-find.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/helm-find.el b/helm-find.el
index 1cb1797d..80b3ecc6 100644
--- a/helm-find.el
+++ b/helm-find.el
@@ -46,6 +46,7 @@ I.e use the -path/ipath arguments of find instead of -name/iname."
:action-transformer 'helm-transform-file-load-el
:persistent-action 'helm-ff-kill-or-find-buffer-fname
:action 'helm-type-file-actions
+ :help-message 'helm-generic-file-help-message
:keymap helm-find-map
:candidate-number-limit 9999
:requires-pattern 3))