projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b3f3d4
)
Minor clarification of package-update-all docstring
author
Stefan Kangas
<stefan@marxist.se>
Sun, 15 May 2022 14:59:42 +0000
(16:59 +0200)
committer
Stefan 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
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/package.el
b/lisp/emacs-lisp/package.el
index b2a01248e80c33ca88ba4a634c406a6f04fed348..f356a2bf603d65ec9496127b199a824d9cf5c744 100644
(file)
--- 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)