branch: elpa/helm
commit 0735c3e4f778279c80ccf0512be51e80fa802638
Author: Thierry Volpiatto <thie...@posteo.net>
Commit: Thierry Volpiatto <thie...@posteo.net>

    Update docstring
---
 helm-core.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/helm-core.el b/helm-core.el
index 3ba0413a54..fc248343d2 100644
--- a/helm-core.el
+++ b/helm-core.el
@@ -1298,7 +1298,10 @@ Allow specifying the height of this line."
   "Overlay used to highlight the currently selected item.")
 
 (defvar helm-async-processes nil
-  "List of information about asynchronous processes managed by Helm.")
+  "List of informations about asynchronous processes managed by Helm.
+Each element of the list is of form:
+(<process> . (append source ((incomplete-line . \"\") (item-count . 0)))).
+Where incomplete-line and item-count are elements used by the process filter.")
 
 (defvar helm-before-initialize-hook nil
   "Runs before Helm initialization.

Reply via email to