branch: master commit a5d658c51912fe70bc4d6a573cb16f0d79b451c2 Author: Juergen Hoetzel <juer...@archlinux.org> Commit: Juergen Hoetzel <juer...@archlinux.org>
Use capital letters argument name in docstring --- company.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/company.el b/company.el index d9b3fac..637210c 100644 --- a/company.el +++ b/company.el @@ -1448,7 +1448,7 @@ prefix match (same case) will be prioritized." (eq company-require-match t)))))) (defun company-auto-complete-p (input) - "Return non-nil, if input starts with punctuation or parentheses." + "Return non-nil, if INPUT starts with punctuation or parentheses." (and (if (functionp company-auto-complete) (funcall company-auto-complete) company-auto-complete)