mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-04 19:29:37 +00:00
Fix `use-package-ensure-function' docstring typo
This commit is contained in:
parent
dee6b36286
commit
a9429350d5
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue