summaryrefslogtreecommitdiff
path: root/doc/intro.texi
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2010-06-23 22:52:32 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2010-06-23 22:53:00 +0200
commit93f86132988ec2c3bf5bfdf85e996e52d812924f (patch)
tree5f501728e458f6abd08a215b8fd78899fd4caf79 /doc/intro.texi
parent174f48b54cf67ae90a242de02647d6bba32a04f6 (diff)
downloadgeiser-93f86132988ec2c3bf5bfdf85e996e52d812924f.tar.gz
geiser-93f86132988ec2c3bf5bfdf85e996e52d812924f.tar.bz2
Documentation tweaks
Diffstat (limited to 'doc/intro.texi')
-rw-r--r--doc/intro.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/intro.texi b/doc/intro.texi
index 2f83325..2bc134d 100644
--- a/doc/intro.texi
+++ b/doc/intro.texi
@@ -22,6 +22,7 @@ library implementing that API, together with some wee shims in Elisp
allowing the reuse of the Emacs-side framework, which constitutes the
bulk of the code.
+@cindex current module
While being as generic as possible, the Scheme-Elisp interface makes
some assumptions about the capabilities and interaction mode of the
corresponding REPL. In particular, Geiser expects the latter to support
@@ -46,7 +47,7 @@ my knowledge) introspection capabilities, namely, Guile and Racket.
@node Showing off, , Modus operandi, Introduction
@section Showing off
-
+@cindex swanking
When working with a fully conniving Scheme, Geiser can offer the
following functionality:
@@ -79,7 +80,7 @@ and error navigation.
Support for multiple, simultaneous REPLs.
@end itemize
-In the following sections, i'll try to explain what these features
+In the following pages, i'll try to explain what these features
actually are (i'm just swanking here), and how to use them for your
profit. But, before that, let's see how to install Geiser.