emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 d7fc719: Improve the doc string of 'list-packages


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 d7fc719: Improve the doc string of 'list-packages'
Date: Fri, 24 Nov 2017 09:50:31 -0500 (EST)

branch: emacs-26
commit d7fc719ff17f67fe75338118288ef6e3b1efa9d0
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    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)
---
 lisp/emacs-lisp/package.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el
index dd05c70..acf8df8 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'."
   "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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]