]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc fix for package-menu-filter
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 27 Jul 2019 12:38:40 +0000 (14:38 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 27 Jul 2019 12:38:40 +0000 (14:38 +0200)
* lisp/emacs-lisp/package.el (package-menu-filter): Document the
use of arc:ARCHIVE and status:STATUS (bug#24883).

lisp/emacs-lisp/package.el

index 5e9caf58a64be1f00156054d10fe49d564056fcc..15f0f93cf5b7dedf8fa6250ff715acbc2cf7ff1d 100644 (file)
@@ -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