summaryrefslogtreecommitdiff
path: root/helm-for-files.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2017-09-09 15:13:02 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2017-09-09 15:13:02 +0200
commit9f3d9e611fa3da10f705df3f6803da49e1b2eb3d (patch)
treeccb5fe35ebd278aab379a7484c98c4ddb1574117 /helm-for-files.el
parent54998e5b8f15fc811a843d32f37531c396e8b754 (diff)
Fix docstring to helm-for-files-preferred-list
and helm-mini-default-sources. * helm-for-files.el (helm-for-files-preferred-list): Do it. * helm-buffers.el (helm-mini-default-sources): Do it.
Diffstat (limited to 'helm-for-files.el')
-rw-r--r--helm-for-files.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/helm-for-files.el b/helm-for-files.el
index 8c7f91e8..2b2a251e 100644
--- a/helm-for-files.el
+++ b/helm-for-files.el
@@ -33,7 +33,10 @@
helm-source-file-cache
helm-source-files-in-current-dir
helm-source-locate)
- "Your preferred sources to find files."
+ "Your preferred sources for `helm-for-files' and `helm-multi-files'.
+
+When adding a source here it is up to you to ensure the library of
+this source is accessible and properly loaded."
:type '(repeat (choice symbol))
:group 'helm-files)