]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve the doc string of 'list-packages'
authorEli Zaretskii <eliz@gnu.org>
Fri, 24 Nov 2017 14:49:10 +0000 (16:49 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 24 Nov 2017 14:49:10 +0000 (16:49 +0200)
* lisp/emacs-lisp/package.el (list-packages): Describe in the doc
string the columns shown by the command.  (Bug#29420)

lisp/emacs-lisp/package.el

index dd05c70dc8e90e5c044dfe3ce65fbcdbd0069118..acf8df8a2cbaf5ebf870acf6ad86efd58420cedb 100644 (file)
@@ -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.