Improve the doc string of 'list-packages'
* lisp/emacs-lisp/package.el (list-packages): Describe in the doc string the columns shown by the command. (Bug#29420)
This commit is contained in:
parent
b4f67ebb92
commit
d7fc719ff1
1 changed files with 3 additions and 1 deletions
|
@ -3397,7 +3397,9 @@ This function is called after `package-refresh-contents'."
|
|||
"Display a list of packages.
|
||||
This first fetches the updated list of packages before
|
||||
displaying, unless a prefix argument NO-FETCH is specified.
|
||||
The list is displayed in a buffer named `*Packages*'."
|
||||
The list is displayed in a buffer named `*Packages*', and
|
||||
includes the package's version, availability status, and a
|
||||
short description."
|
||||
(interactive "P")
|
||||
(require 'finder-inf nil t)
|
||||
;; Initialize the package system if necessary.
|
||||
|
|
Loading…
Add table
Reference in a new issue