summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlex Kost <alezost@gmail.com>2016-01-12 18:10:14 +0300
committerAlex Kost <alezost@gmail.com>2016-01-18 19:11:46 +0300
commit27a2e483370f9d08b9724a2c82b1fee9b15ce58a (patch)
treef60a021d284758212762f4d78baac0eea9013096 /doc
parente119ba900877970325b2158dd6d3c700feaab516 (diff)
downloadguix-patches-27a2e483370f9d08b9724a2c82b1fee9b15ce58a.tar
guix-patches-27a2e483370f9d08b9724a2c82b1fee9b15ce58a.tar.gz
emacs: Add 'guix-search-by-name'.
* emacs/guix-ui-package.el (guix-search-by-name): New command. * doc/emacs.texi (Emacs Commands): Document it.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/emacs.texi b/doc/emacs.texi
index 7edaedc078..eb470ab4ca 100644
--- a/doc/emacs.texi
+++ b/doc/emacs.texi
@@ -163,6 +163,11 @@ Search for packages by a specified regexp. By default ``name'',
``synopsis'' and ``description'' of the packages will be searched. This
can be changed by modifying @code{guix-package-search-params} variable.
+@item M-x guix-search-by-name
+Search for packages with names matching a specified regexp. This
+command is the same as @code{guix-search-by-regexp}, except only a
+package ``name'' is searched.
+
@end table
By default, these commands display each output on a separate line. If