summaryrefslogtreecommitdiff
path: root/helm-files.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2015-07-14 09:39:11 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2015-07-14 09:39:11 +0200
commit3e1619b3051d26db3b0df6ab30e8d0749702efaa (patch)
treec4f8305a1129e4e44ef99adba5e85c088afc7692 /helm-files.el
parent333a01957f53825706d28e91136dfb3bfed0d5f1 (diff)
Generalize usage of C-h m everywhere.
* helm-apt.el:Use help-message in source. * helm-buffers.el:Use help-message in source. * helm-color.el:Use help-message in source. * helm-command.el:Use help-message in source. * helm-elisp-package.el:Use help-message in source. * helm-files.el:Use help-message in source. * helm-font.el:Use help-message in source. * helm-grep.el:Use help-message in source. * helm-help.el (helm-help): Insert local help + generic help. Remove all local help commands, fix all help strings. * helm-imenu.el:Use help-message in source. * helm-locate.el:Use help-message in source. * helm-mode.el:Use help-message in source. (helm-comp-read): Allow usage of help-message. * helm-regexp.el:Use help-message in source. * helm-ring.el:Use help-message in source. * helm-semantic.el:Use help-message in source. * helm-sys.el:Use help-message in source. * helm-tags.el:Use help-message in source. * helm-types.el:Use help-message in source.
Diffstat (limited to 'helm-files.el')
-rw-r--r--helm-files.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/helm-files.el b/helm-files.el
index 86478561..ca0b17e6 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -485,6 +485,7 @@ Should not be used among other sources.")
(persistent-action :initform 'helm-find-files-persistent-action)
(persistent-help :initform "Hit1 Expand Candidate, Hit2 or (C-u) Find file")
(mode-line :initform helm-ff-mode-line-string)
+ (help-message :initform 'helm-ff-help-message)
(volatile :initform t)
(nohighlight :initform t)
(keymap :initform helm-find-files-map)
@@ -718,7 +719,8 @@ will not be loaded first time you use this."
:keymap helm-esh-on-file-map
:mode-line
'("Eshell alias"
- "C-c ?: Help, \\[universal-argument]: Insert output at point")
+ "C-h m: Help, \\[universal-argument]: Insert output at point")
+ :help-message 'helm-esh-help-message
:input-history
'helm-eshell-command-on-file-input-history))
(alias-value (car (assoc-default command eshell-command-aliases-list)))