From: Radon Rosborough Date: Sat, 2 Dec 2017 19:48:12 +0000 (-0800) Subject: Fix `use-package-ensure-function' docstring typo X-Git-Tag: emacs-29.0.90~1306^2~15^2~190 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a9429350d53d4b408600e1b43542e09aa9dc503d;p=emacs.git Fix `use-package-ensure-function' docstring typo --- diff --git a/lisp/use-package/use-package.el b/lisp/use-package/use-package.el index 04a811f4d4c..bfaac24e48e 100644 --- a/lisp/use-package/use-package.el +++ b/lisp/use-package/use-package.el @@ -192,7 +192,7 @@ Must be set before loading use-package." (defcustom use-package-ensure-function 'use-package-ensure-elpa "Function that ensures a package is installed. -This function is called with four arguments: the name of the +This function is called with three arguments: the name of the package declared in the `use-package' form; the argument passed to `:ensure'; and the current `state' plist created by previous handlers.