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:
Stefan Kangas 2022-05-15 16:59:42 +02:00
parent 2b3f3d421a
commit cd5fcf10c6

View file

@ -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)