diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-01-23 21:55:57 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-01-23 21:55:57 +0100 |
commit | 961349906f0e48139152ac1b77fa0a2273bbdbbb (patch) | |
tree | 7f962ac7a3dbe6891115e4cabc6a01ffc46cc0be /doc/parens.texi | |
parent | 9af0e2f94eaf277ad8f4e3e57b9c0fb76327da00 (diff) | |
download | geiser-guile-961349906f0e48139152ac1b77fa0a2273bbdbbb.tar.gz geiser-guile-961349906f0e48139152ac1b77fa0a2273bbdbbb.tar.bz2 |
Documentation nits
Diffstat (limited to 'doc/parens.texi')
-rw-r--r-- | doc/parens.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/parens.texi b/doc/parens.texi index 56c3c32..7c83f8e 100644 --- a/doc/parens.texi +++ b/doc/parens.texi @@ -208,10 +208,10 @@ C-z}. Those shortcuts map to the interactive command @cindex switching to module 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 -bound to @kbd{C-c C-a}. +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 bound to @kbd{C-c C-a}. Once you're in the REPL, the same @kbd{C-c C-z} shortcut will bring you back to the buffer you jumped from, provided you don't kill the |