summaryrefslogtreecommitdiff
path: root/doc/parens.texi
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2011-01-10 22:02:46 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2011-01-10 22:02:46 +0100
commitb3dd88e1379767c79941a39b4b5bc4f02c9b5be6 (patch)
tree03bde9172e7f93c4a84b440db78c74d8f2e292ec /doc/parens.texi
parent972de1259c567b5b2055f326d00a621b14166543 (diff)
downloadgeiser-b3dd88e1379767c79941a39b4b5bc4f02c9b5be6.tar.gz
geiser-b3dd88e1379767c79941a39b4b5bc4f02c9b5be6.tar.bz2
Fixes for links in info manual
Diffstat (limited to 'doc/parens.texi')
-rw-r--r--doc/parens.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/parens.texi b/doc/parens.texi
index 27ed8fe..65e6554 100644
--- a/doc/parens.texi
+++ b/doc/parens.texi
@@ -188,7 +188,7 @@ If you use a numeric prefix, as in @kbd{C-u C-c C-z}, besides being
teleported to the REPL, the latter will switch to the namespace of the
Scheme source file (as if you had used @kbd{C-c C-m} in the REPL, with
the source file's module as argument; cf. discussion in
-@altr{Switching context,,Switching context}). This command is also
+@altr{Switching context,,Switching context,)}. This command is also
bound to @kbd{C-c C-Z}, with a capital zed.
Once you're in the REPL, the same @kbd{C-c C-z} shortcut will bring
@@ -337,7 +337,7 @@ some other tidbits for re-exported identifiers.
You can also ask Geiser to display information about a module, in the
form of a list of its exported identifiers, using @kbd{C-c C-d C-m},
-exactly as you would do in @altr{repl-mod,the REPL,The REPL}.
+exactly as you would do in @altr{repl-mod,the REPL,The REPL,.}
In both cases, the documentation browser will show a couple of buttons
giving you access to further documentation. First, you'll see a button
@@ -355,7 +355,7 @@ i}.
A list of all navigation commands in the documentation browser is
available in
-@altr{Documentation browser,our cheat-sheet,Documentation browser}.
+@altr{Documentation browser,our cheat-sheet,Documentation browser,.}
@node To eval or not to eval, To err perchance to debug, Documentation helpers, Between the parens
@section To eval or not to eval