emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 1d43552: Doc fix for package-menu-filter


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 1d43552: Doc fix for package-menu-filter
Date: Sat, 27 Jul 2019 08:38:46 -0400 (EDT)

branch: master
commit 1d4355261d2bf8d7244c66e7ce560f2a6fcaa4a7
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Doc fix for package-menu-filter
    
    * lisp/emacs-lisp/package.el (package-menu-filter): Document the
    use of arc:ARCHIVE and status:STATUS (bug#24883).
---
 lisp/emacs-lisp/package.el | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el
index 5e9caf5..15f0f93 100644
--- a/lisp/emacs-lisp/package.el
+++ b/lisp/emacs-lisp/package.el
@@ -3543,10 +3543,16 @@ shown."
 (defun package-menu-filter (keyword)
   "Filter the *Packages* buffer.
 Show only those items that relate to the specified KEYWORD.
+
 KEYWORD can be a string or a list of strings.  If it is a list, a
 package will be displayed if it matches any of the keywords.
 Interactively, it is a list of strings separated by commas.
 
+KEYWORD can also be used to filter by status or archive name by
+using keywords like \"arc:gnu\" and \"status:available\".
+Statuses available include \"incompat\", \"available\",
+\"built-in\" and \"installed\".
+
 To restore the full package list, type `q'."
   (interactive
    (list (completing-read-multiple



reply via email to

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