1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 19:31:02 -08:00

* emacs-lisp/package.el (package-menu-execute): Doc fix.

This commit is contained in:
Glenn Morris 2013-02-12 21:00:45 -08:00
parent a7da01148a
commit eeb468daa1
2 changed files with 7 additions and 2 deletions

View file

@ -1,4 +1,8 @@
2013-02-12 Yves Baumes <ybaumes@gmail.com> (tiny change)
2013-02-13 Glenn Morris <rgm@gnu.org>
* emacs-lisp/package.el (package-menu-execute): Doc fix.
2013-02-13 Yves Baumes <ybaumes@gmail.com> (tiny change)
* lisp/emacs-lisp/package.el (package-menu-execute):
Add optional noquery argument. (Bug#13625)

View file

@ -1594,7 +1594,8 @@ call will upgrade the package."
(defun package-menu-execute (&optional noquery)
"Perform marked Package Menu actions.
Packages marked for installation are downloaded and installed;
packages marked for deletion are removed."
packages marked for deletion are removed.
Optional argument NOQUERY non-nil means do not ask the user to confirm."
(interactive)
(unless (derived-mode-p 'package-menu-mode)
(error "The current buffer is not in Package Menu mode"))