diff options
author | Glenn Morris <rgm@gnu.org> | 2013-02-12 21:00:45 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-02-12 21:00:45 -0800 |
commit | eeb468daa1a5c8b64b939c1b3c4144c21a38f281 (patch) | |
tree | 4b34ca8db21f41e47cf74528a5d4b63a7f69f609 /lisp/emacs-lisp/package.el | |
parent | a7da01148a7bb74dfb61773c1acc4b4693ae5a18 (diff) | |
download | emacs-eeb468daa1a5c8b64b939c1b3c4144c21a38f281.tar.gz emacs-eeb468daa1a5c8b64b939c1b3c4144c21a38f281.tar.bz2 emacs-eeb468daa1a5c8b64b939c1b3c4144c21a38f281.zip |
* emacs-lisp/package.el (package-menu-execute): Doc fix.
Diffstat (limited to 'lisp/emacs-lisp/package.el')
-rw-r--r-- | lisp/emacs-lisp/package.el | 3 |
1 files changed, 2 insertions, 1 deletions
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")) |