summaryrefslogtreecommitdiff
path: root/doc/guix.texi
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2022-07-17 16:22:18 +0200
committerLudovic Courtès <ludo@gnu.org>2022-07-18 00:21:30 +0200
commitfa65e645e93aae288d5122e811a1f4cd02ba64d5 (patch)
treec447702a633222cf4cfcd01667e740ab086a3099 /doc/guix.texi
parent17984b079495b79e1dba57113b3b9e44a632cc3c (diff)
downloadguix-patches-fa65e645e93aae288d5122e811a1f4cd02ba64d5.tar
guix-patches-fa65e645e93aae288d5122e811a1f4cd02ba64d5.tar.gz
doc: Tweak.
* doc/guix.texi (Using Guix Interactively): Add @cindex commands. Add missing word.
Diffstat (limited to 'doc/guix.texi')
-rw-r--r--doc/guix.texi4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 8fc8f53d0e..b47a0c17e8 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -11844,6 +11844,8 @@ configuration file is loaded when spawning a @code{guile} REPL.
@node Using Guix Interactively
@section Using Guix Interactively
+@cindex interactive use
+@cindex REPL, read-eval-print loop
The @command{guix repl} command gives you access to a warm and friendly
@dfn{read-eval-print loop} (REPL) (@pxref{Invoking guix repl}). If
you're getting into Guix programming---defining your own packages,
@@ -11861,7 +11863,7 @@ guix install guile guile-readline guile-colorized
@end example
@noindent
-... and then create a @file{.guile} in your home directory containing
+... and then create a @file{.guile} file in your home directory containing
this:
@lisp