summaryrefslogtreecommitdiff
path: root/helm-source.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2017-08-21 08:27:00 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2017-08-21 08:27:00 +0200
commit20110ac6852c744f073035b10e357f7035c2734c (patch)
treea3f30f720380e21fcbc8ec641055c29aee505926 /helm-source.el
parentc1206bcdb95ce7e81003a5f3021e8ecfacb6f4d0 (diff)
Update :data slot docstring
* helm-source.el (helm-source-in-buffer): Do it.
Diffstat (limited to 'helm-source.el')
-rw-r--r--helm-source.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/helm-source.el b/helm-source.el
index ff332bca..e4ba1a42 100644
--- a/helm-source.el
+++ b/helm-source.el
@@ -636,9 +636,10 @@ inherit from `helm-source'.")
:initform nil
:custom (choice list string)
:documentation
- " A string or a list that will be used to feed the `helm-candidates-buffer'.
+ " A string, a list or a buffer that will be used to feed the `helm-candidates-buffer'.
This data will be passed in a function added to the init slot and
- the buffer will be build with `helm-init-candidates-in-buffer'.
+ the buffer will be build with `helm-init-candidates-in-buffer' or directly
+ with `helm-candidates-buffer' if data is a buffer.
This is an easy and fast method to build a `candidates-in-buffer' source.")
(migemo