diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-10-26 18:44:18 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-10-27 00:01:20 +0100 |
commit | 96856613249ccef0bfce16edd945a841d1b661f7 (patch) | |
tree | aa7054114f83f9be69c7b493c3bcb5971d720054 /doc/emacs.texi | |
parent | 5e1c936712d824e7ccbb3cbb8ac7ffa375237469 (diff) | |
download | guix-96856613249ccef0bfce16edd945a841d1b661f7.tar guix-96856613249ccef0bfce16edd945a841d1b661f7.tar.gz |
doc: Add a REPL example.
* doc/contributing.texi (Running Guix Before It Is Installed): Add REPL
example.
* doc/emacs.texi (Emacs General info): Add @cindex.
Diffstat (limited to 'doc/emacs.texi')
-rw-r--r-- | doc/emacs.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/emacs.texi b/doc/emacs.texi index 0e901e1f90..b36e859b4a 100644 --- a/doc/emacs.texi +++ b/doc/emacs.texi @@ -227,6 +227,8 @@ prefix argument is used. This has the same meaning as @code{--manifest} option (@pxref{Invoking guix package}). @item C-c C-z +@cindex REPL +@cindex read-eval-print loop Go to the Guix REPL (@pxref{The REPL,,, geiser, Geiser User Manual}). @item h |