projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dee6b36
)
Fix `use-package-ensure-function' docstring typo
author
Radon Rosborough
<radon.neon@gmail.com>
Sat, 2 Dec 2017 19:48:12 +0000
(11:48 -0800)
committer
Radon Rosborough
<radon.neon@gmail.com>
Sat, 2 Dec 2017 19:48:12 +0000
(11:48 -0800)
lisp/use-package/use-package.el
patch
|
blob
|
history
diff --git
a/lisp/use-package/use-package.el
b/lisp/use-package/use-package.el
index 04a811f4d4cbab37274ae0a07cbe7f1bf1dd5d02..bfaac24e48e5476b0f0fb01d78df61252d5ab894 100644
(file)
--- 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.