From eeb468daa1a5c8b64b939c1b3c4144c21a38f281 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 12 Feb 2013 21:00:45 -0800 Subject: [PATCH] * emacs-lisp/package.el (package-menu-execute): Doc fix. --- lisp/ChangeLog | 6 +++++- lisp/emacs-lisp/package.el | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ea224c5df2e..c607f51d0f3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,4 +1,8 @@ -2013-02-12 Yves Baumes (tiny change) +2013-02-13 Glenn Morris + + * emacs-lisp/package.el (package-menu-execute): Doc fix. + +2013-02-13 Yves Baumes (tiny change) * lisp/emacs-lisp/package.el (package-menu-execute): Add optional noquery argument. (Bug#13625) diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el index 23cdbd95550..be019b4cf05 100644 --- a/lisp/emacs-lisp/package.el +++ b/lisp/emacs-lisp/package.el @@ -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")) -- 2.39.5