summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadon Rosborough <radon.neon@gmail.com>2017-12-02 11:48:12 -0800
committerRadon Rosborough <radon.neon@gmail.com>2017-12-02 11:48:12 -0800
commita9429350d53d4b408600e1b43542e09aa9dc503d (patch)
treed63cfb87d9da120db1caf4aeb653bd0396265f2a
parentdee6b36286c9244e10112061866e0ecb5ae3a234 (diff)
downloademacs-a9429350d5.tar.gz
Fix `use-package-ensure-function' docstring typo
-rw-r--r--lisp/use-package/use-package.el2
1 files changed, 1 insertions, 1 deletions
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.