diff options
| author | Eli Zaretskii | 2017-11-24 16:49:10 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2017-11-24 16:49:10 +0200 |
| commit | d7fc719ff17f67fe75338118288ef6e3b1efa9d0 (patch) | |
| tree | 0dbd3a48811713358c2cf120a19c8c163e24dcd6 | |
| parent | b4f67ebb92b3d753e601e333f64b871a602b3979 (diff) | |
| download | emacs-d7fc719ff17f67fe75338118288ef6e3b1efa9d0.tar.gz emacs-d7fc719ff17f67fe75338118288ef6e3b1efa9d0.zip | |
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)
| -rw-r--r-- | lisp/emacs-lisp/package.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el index dd05c70dc8e..acf8df8a2cb 100644 --- a/lisp/emacs-lisp/package.el +++ b/lisp/emacs-lisp/package.el | |||
| @@ -3397,7 +3397,9 @@ This function is called after `package-refresh-contents'." | |||
| 3397 | "Display a list of packages. | 3397 | "Display a list of packages. |
| 3398 | This first fetches the updated list of packages before | 3398 | This first fetches the updated list of packages before |
| 3399 | displaying, unless a prefix argument NO-FETCH is specified. | 3399 | displaying, unless a prefix argument NO-FETCH is specified. |
| 3400 | The list is displayed in a buffer named `*Packages*'." | 3400 | The list is displayed in a buffer named `*Packages*', and |
| 3401 | includes the package's version, availability status, and a | ||
| 3402 | short description." | ||
| 3401 | (interactive "P") | 3403 | (interactive "P") |
| 3402 | (require 'finder-inf nil t) | 3404 | (require 'finder-inf nil t) |
| 3403 | ;; Initialize the package system if necessary. | 3405 | ;; Initialize the package system if necessary. |