summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2011-01-23 21:55:57 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2011-01-23 21:55:57 +0100
commit978e3ac1b6cb35bd2d74203e9b094e7527f67b64 (patch)
treee4e63636c408d18aecad5eeb79cc60301e29aeee
parentcb2a357948086e06efa21525c10b907fdde5fd25 (diff)
downloadgeiser-978e3ac1b6cb35bd2d74203e9b094e7527f67b64.tar.gz
geiser-978e3ac1b6cb35bd2d74203e9b094e7527f67b64.tar.bz2
Documentation nits
-rw-r--r--NEWS5
-rw-r--r--doc/cheat.texi1
-rw-r--r--doc/parens.texi8
3 files changed, 7 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index 94d2de3..84eec40 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-* Version 0.1.1
+* Version 0.1.1 (Jan 24, 2011)
New features:
@@ -12,11 +12,12 @@
Bug fixes:
+ - Avoiding *spurious* buffers in case of communication errors.
- REPL: fixed problem with input history navigation in Racket.
- Autodoc no longer skips non-alphanumeric identifiers.
- Autodoc messages no longer interfere with active minibuffer.
+ - Fix for module name completion in Guile.
- Quack compatibility: avoiding problems with #f &c.
- - Avoiding *spurious* buffers in case of communication errors.
* Version 0.1 (Dec 20, 2010)
diff --git a/doc/cheat.texi b/doc/cheat.texi
index a0ac413..154b7e4 100644
--- a/doc/cheat.texi
+++ b/doc/cheat.texi
@@ -204,4 +204,3 @@ third key not modified by @key{Control}; e.g.,
<hr>
@end html
@end ifhtml
-
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