mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-10 08:10:21 -08:00
* emacs-lisp/package.el (package-menu-execute): Doc fix.
This commit is contained in:
parent
a7da01148a
commit
eeb468daa1
2 changed files with 7 additions and 2 deletions
|
|
@ -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"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue