diff options
author | Alex Kost <alezost@gmail.com> | 2016-01-12 18:06:32 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2016-01-18 19:11:46 +0300 |
commit | e119ba900877970325b2158dd6d3c700feaab516 (patch) | |
tree | fb6c1440dbde1dfb6252153743a031a99d440b6b /doc | |
parent | 264ae686fae658c90716632715846d34aa61b9f3 (diff) | |
download | gnu-guix-e119ba900877970325b2158dd6d3c700feaab516.tar gnu-guix-e119ba900877970325b2158dd6d3c700feaab516.tar.gz |
emacs: Rename 'guix-search-by-name' to 'guix-packages-by-name'.
* emacs/guix-ui-package.el (guix-search-by-name): Rename to...
(guix-packages-by-name): ... this. Complete package name.
* doc/emacs.texi (Emacs Commands): Likewise.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/emacs.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs.texi b/doc/emacs.texi index b2a3d473ab..7edaedc078 100644 --- a/doc/emacs.texi +++ b/doc/emacs.texi @@ -155,7 +155,7 @@ Display all installed packages. Display obsolete packages (the packages that are installed in a profile but cannot be found among available packages). -@item M-x guix-search-by-name +@item M-x guix-packages-by-name Display package(s) with the specified name. @item M-x guix-search-by-regexp |