Minor clarification of package-update-all docstring
* lisp/emacs-lisp/package.el (package-update-all): Clarify docstring slightly. (Bug#55408)
This commit is contained in:
parent
2b3f3d421a
commit
cd5fcf10c6
1 changed files with 2 additions and 2 deletions
|
@ -2166,8 +2166,8 @@ to install it but still mark it as selected."
|
|||
|
||||
(defun package-update-all (&optional query)
|
||||
"Upgrade all packages.
|
||||
If QUERY, ask the user before updating packages. Interactively,
|
||||
QUERY is always true."
|
||||
If QUERY, ask the user before updating packages. When called
|
||||
interactively, QUERY is always true."
|
||||
(interactive (list t))
|
||||
(let ((updateable (package--updateable-packages)))
|
||||
(if (not updateable)
|
||||
|
|
Loading…
Add table
Reference in a new issue