emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master cd5fcf10c6: Minor clarification of package-update-all docstring


From: Stefan Kangas
Subject: master cd5fcf10c6: Minor clarification of package-update-all docstring
Date: Sun, 15 May 2022 15:42:47 -0400 (EDT)

branch: master
commit cd5fcf10c6d4bbe4b72acfbc8b908b37513acac1
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    Minor clarification of package-update-all docstring
    
    * lisp/emacs-lisp/package.el (package-update-all): Clarify
    docstring slightly.  (Bug#55408)
---
 lisp/emacs-lisp/package.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el
index b2a01248e8..f356a2bf60 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]