diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2012-09-30 04:42:27 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2012-09-30 04:42:27 +0200 |
commit | aba6733e848c47cb4f8e5d749add65be51d5d784 (patch) | |
tree | 65e58be6e724c58587a138216664152b365c1aed /doc/parens.texi | |
parent | 5ef6713714c875fb6a51e5504313c0f8963687be (diff) | |
download | geiser-guile-aba6733e848c47cb4f8e5d749add65be51d5d784.tar.gz geiser-guile-aba6733e848c47cb4f8e5d749add65be51d5d784.tar.bz2 |
Documentation updates0.2.2
Diffstat (limited to 'doc/parens.texi')
-rw-r--r-- | doc/parens.texi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/parens.texi b/doc/parens.texi index 3a6a0e0..f3693fc 100644 --- a/doc/parens.texi +++ b/doc/parens.texi @@ -34,12 +34,12 @@ process giving you the REPL, make those Scheme buffers come to life. @cindex geiser-mode @img{geiser-mode, right} With Geiser installed following any of the -procedures described in @ref{Setting it up}, Emacs will automatically -activate @i{geiser-mode} when opening a Scheme buffer. Geiser also -instructs Emacs to consider files with the extension @file{rkt} part of -the family, so that, in principle, there's nothing you need to do to -ensure that Geiser's extensions will be available, out of the box, when -you start editing Scheme code. +procedures described in @ref{The easy and quick way} or @ref{From the +source's mouth}, Emacs will automatically activate @i{geiser-mode} when +opening a Scheme buffer. Geiser also instructs Emacs to consider files +with the extension @file{rkt} part of the family, so that, in principle, +there's nothing you need to do to ensure that Geiser's extensions will +be available, out of the box, when you start editing Scheme code. Indications that everything is working according to plan include the 'Geiser' minor mode indicator in your mode-line and the appearance of a |