diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/emacs.texi | 4 | ||||
-rw-r--r-- | doc/guix.texi | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/doc/emacs.texi b/doc/emacs.texi index 17682c3a51..0e89a11668 100644 --- a/doc/emacs.texi +++ b/doc/emacs.texi @@ -268,6 +268,10 @@ Mark the current package for deletion. Mark the current package for upgrading. @item ^ Mark all obsolete packages for upgrading. +@item e +Edit the definition of the curent package (go to its location). This is +similar to @command{guix edit} command (@pxref{Invoking guix edit}), but +for opening a package recipe in the current Emacs instance. @item x Execute actions on the marked packages. @end table diff --git a/doc/guix.texi b/doc/guix.texi index f9c9f2ab93..f49ffa4517 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -3577,9 +3577,9 @@ launches the program specified in the @code{EDITOR} environment variable to edit the recipe of GCC@tie{}4.8.4 and that of Vim. If you are using Emacs, note that the Emacs user interface provides -similar functionality in the ``package info'' buffers created by -@kbd{M-x guix-search-by-name} and similar commands (@pxref{Emacs -Commands}). +similar functionality in the ``package info'' and ``package list'' +buffers created by @kbd{M-x guix-search-by-name} and similar commands +(@pxref{Emacs Commands}). @node Invoking guix download |