branch: elpa-admin commit 1ec19240f50ff802f6eefd800027956249ac6406 Author: Stefan Kangas <stefankan...@gmail.com> Commit: Stefan Kangas <stefankan...@gmail.com>
; * elpa-admin.el (elpaa--get-last-release-commit): Minor doc fix. --- elpa-admin.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elpa-admin.el b/elpa-admin.el index 3ff93d71d2..947f40dbb7 100644 --- a/elpa-admin.el +++ b/elpa-admin.el @@ -204,7 +204,7 @@ Delete backup files also." (car pkg-spec))))) (defun elpaa--get-last-release-commit (pkg-spec &optional from) - "Return the commit that last changed `Version:'. + "Return the commit that last changed `Version:' for package PKG-SPEC. FROM is the start revision. Return nil if not found." (with-temp-buffer (if (equal 0 ;Don't signal an error if call errors out.