summaryrefslogtreecommitdiff
path: root/doc/repl.texi
diff options
context:
space:
mode:
authorJames C. De Ricco <jamescdericco@gmail.com>2017-03-22 13:01:39 -0400
committerJose Antonio Ortega Ruiz <jao@gnu.org>2017-03-26 04:56:18 +0200
commitfbd43f29691b3a3055413e69141061d7aaecca2a (patch)
treeda2c60ffd45c9897e4b8d42e4a9d47c032f32332 /doc/repl.texi
parentc5e141e892a9b4b4a339ee647f355fd025c9f9ab (diff)
downloadgeiser-fbd43f29691b3a3055413e69141061d7aaecca2a.tar.gz
geiser-fbd43f29691b3a3055413e69141061d7aaecca2a.tar.bz2
repl.texi: Put @altr on its own line so "Other" is not omitted
Diffstat (limited to 'doc/repl.texi')
-rw-r--r--doc/repl.texi17
1 files changed, 9 insertions, 8 deletions
diff --git a/doc/repl.texi b/doc/repl.texi
index aad9e51..4271a9e 100644
--- a/doc/repl.texi
+++ b/doc/repl.texi
@@ -44,14 +44,15 @@ Returning to our REPL, the first thing to notice is that the funny
prompt is telling you your current module: its name is the part just
after the @@ sign (in Guile, that means @code{guile-user}, while
Racket's and Chicken's top namespaces don't have a name;
-cf. discussion in @altr{Switching context,,Switching context,).} Other
-than that, this is pretty much equivalent to having a command-line
-interpreter in a terminal, with a bunch of add-ons that we'll be
-reviewing below. You can start typing sexps right there: Geiser will
-only dispatch them for evaluation when they're complete, and will
-indent new lines properly until then. It will also keep track of your
-input, maintaining a history file that will be reloaded whenever you
-restart the REPL.
+cf. discussion in
+@altr{Switching context,,Switching context,).}
+Other than that, this is pretty much equivalent to having a
+command-line interpreter in a terminal, with a bunch of add-ons that
+we'll be reviewing below. You can start typing sexps right there:
+Geiser will only dispatch them for evaluation when they're complete,
+and will indent new lines properly until then. It will also keep
+track of your input, maintaining a history file that will be reloaded
+whenever you restart the REPL.
@cindex REPL, faces
@cindex faces, in the REPL