]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor clarification of package-update-all docstring
authorStefan Kangas <stefan@marxist.se>
Sun, 15 May 2022 14:59:42 +0000 (16:59 +0200)
committerStefan Kangas <stefan@marxist.se>
Sun, 15 May 2022 19:38:48 +0000 (21:38 +0200)
* lisp/emacs-lisp/package.el (package-update-all): Clarify
docstring slightly.  (Bug#55408)

lisp/emacs-lisp/package.el

index b2a01248e80c33ca88ba4a634c406a6f04fed348..f356a2bf603d65ec9496127b199a824d9cf5c744 100644 (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)