summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/package.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/emacs-lisp/package.el')
-rw-r--r--lisp/emacs-lisp/package.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el
index b2a01248e80..f356a2bf603 100644
--- a/lisp/emacs-lisp/package.el
+++ b/lisp/emacs-lisp/package.el
@@ -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)