branch: elpa/helm commit 791a9aad778bd07b068bfe80011a0312415171f9 Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Update :match-dynamic docstring --- helm-source.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm-source.el b/helm-source.el index 5b7dcc8e6f..459ae4fe38 100644 --- a/helm-source.el +++ b/helm-source.el @@ -761,6 +761,8 @@ " Disable all helm matching functions when non nil. The :candidates function in this case is in charge of fetching candidates dynamically according to `helm-pattern'. + If you want to make your :candidates function working with `completion-styles' + use the function `helm-dynamic-completion'. Note that :volatile is automatically enabled when using this, so no need to specify it."))