branch: elpa/helm commit 984e1497ef8a15c08976ef3d3935a70a4c14c051 Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Fix docstring --- helm-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-mode.el b/helm-mode.el index b99d420b5e..d6b6da56d7 100644 --- a/helm-mode.el +++ b/helm-mode.el @@ -1841,7 +1841,7 @@ the speed avoiding one useless loop on complete list of candidates. This advice is used in helm completion by `helm-mode'. It returns a function and not a list of completions. -It affects all describe-* functions. +It affects actually describe-variable/function/command/symbol functions. It uses `helm-get-first-line-documentation' which allow providing documentation for `describe-variable' symbols and align properly documentation when helm style is used."