diff options
author | James C. De Ricco <jamescdericco@gmail.com> | 2017-03-22 13:01:39 -0400 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2017-03-26 04:56:18 +0200 |
commit | b75e0376942c1ee54f7d173362d4a38e665342f9 (patch) | |
tree | 884aba2f491b16be9cea58eba4f9a34e1a4cc5ae /doc | |
parent | d6548ed7d1f44f3addd5cea98a63209bc51f454f (diff) | |
download | geiser-guile-b75e0376942c1ee54f7d173362d4a38e665342f9.tar.gz geiser-guile-b75e0376942c1ee54f7d173362d4a38e665342f9.tar.bz2 |
repl.texi: Put @altr on its own line so "Other" is not omitted
Diffstat (limited to 'doc')
-rw-r--r-- | doc/repl.texi | 17 |
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 |