-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)
(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"))