aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/package.texi63
1 files changed, 42 insertions, 21 deletions
diff --git a/doc/emacs/package.texi b/doc/emacs/package.texi
index 1cac7f9b4b6..360fc980e4a 100644
--- a/doc/emacs/package.texi
+++ b/doc/emacs/package.texi
@@ -151,27 +151,6 @@ Refresh the package list (@code{revert-buffer}). This fetches the
151list of available packages from the package archive again, and 151list of available packages from the package archive again, and
152redisplays the package list. 152redisplays the package list.
153 153
154@item / k
155@kindex / k @r{(Package Menu)}
156@findex package-menu-filter-by-keyword
157Filter the package list by keyword
158(@code{package-menu-filter-by-keyword}). This prompts for a keyword
159(e.g., @samp{games}), then shows only the packages that relate to that
160keyword.
161
162@item / n
163@kindex / n @r{(Package Menu)}
164@findex package-menu-filter-by-name
165Filter the package list by name (@code{package-menu-filter-by-name}).
166This prompts for a string, then shows only the packages whose names
167match a regexp with that value.
168
169@item / /
170@kindex / / @r{(Package Menu)}
171@findex package-menu-clear-filter
172Clear filter currently applied to the package list
173(@code{package-menu-clear-filter}).
174
175@item H 154@item H
176@kindex H @r{(Package Menu)} 155@kindex H @r{(Package Menu)}
177@findex package-menu-hide-package 156@findex package-menu-hide-package
@@ -183,6 +162,48 @@ Permanently hide packages that match a regexp
183@findex package-menu-toggle-hiding 162@findex package-menu-toggle-hiding
184Toggle visibility of old versions of packages and also of versions 163Toggle visibility of old versions of packages and also of versions
185from lower-priority archives (@code{package-menu-toggle-hiding}). 164from lower-priority archives (@code{package-menu-toggle-hiding}).
165
166@item / a
167@kindex / a @r{(Package Menu)}
168@findex package-menu-filter-by-archive
169Filter package list by archive (@code{package-menu-filter-by-archive}).
170This prompts for a package archive (e.g., @samp{gnu}), then shows only
171packages from that archive.
172
173@item / k
174@kindex / k @r{(Package Menu)}
175@findex package-menu-filter-by-keyword
176Filter package list by keyword (@code{package-menu-filter-by-keyword}).
177This prompts for a keyword (e.g., @samp{games}), then shows only
178packages with that keyword.
179
180@item / n
181@kindex / n @r{(Package Menu)}
182@findex package-menu-filter-by-name
183Filter package list by name (@code{package-menu-filter-by-name}).
184This prompts for a regular expression, then shows only packages
185with names matching that regexp.
186
187@item / s
188@kindex / s @r{(Package Menu)}
189@findex package-menu-filter-by-status
190Filter package list by status (@code{package-menu-filter-by-status}).
191This prompts for one or more statuses (e.g., @samp{available}), then
192shows only packages with matching status.
193
194@item / v
195@kindex / v @r{(Package Menu)}
196@findex package-menu-filter-by-version
197Filter package list by version (@code{package-menu-filter-by-version}).
198This prompts first for one of the qualifiers @samp{<}, @samp{>} or
199@samp{=}, and then a package version, and shows packages that has a
200lower, equal or higher version than the one specified.
201
202@item / /
203@kindex / / @r{(Package Menu)}
204@findex package-menu-filter-clear
205Clear filter currently applied to the package list
206(@code{package-menu-filter-clear}).
186@end table 207@end table
187 208
188@noindent 209@noindent