branch: elpa/helm commit 998890b4ebada59c34dc485bf0e957734e842aa3 Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Docstring fix only --- helm-source.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-source.el b/helm-source.el index 474ac9b0fe..613a1a73c7 100644 --- a/helm-source.el +++ b/helm-source.el @@ -974,7 +974,7 @@ Where OBJECT is an instance of an eieio class." "Build a `helm' source named NAME with ARGS for CLASS. Argument NAME is a string which define the source name, so no need to use the keyword :name in your source, NAME will be used instead. -Argument CLASS is an eieio class object. +Argument CLASS is a symbol defining an eieio class object. Arguments ARGS are keyword value pairs as defined in CLASS." (declare (indent 2)) (let ((source (apply #'make-instance class name args)))