From: Stefan Kangas Date: Sun, 15 May 2022 14:59:42 +0000 (+0200) Subject: Minor clarification of package-update-all docstring X-Git-Tag: emacs-29.0.90~1910^2~661 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cd5fcf10c6d4bbe4b72acfbc8b908b37513acac1;p=emacs.git Minor clarification of package-update-all docstring * lisp/emacs-lisp/package.el (package-update-all): Clarify docstring slightly. (Bug#55408) --- 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)