summaryrefslogtreecommitdiff
path: root/doc/parens.texi
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2013-05-14 01:36:16 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2013-05-14 01:36:16 +0200
commita1055e63b42d88f6d99e1a3cb2071d508685124c (patch)
treed920a7f027560b93e62e0e40b431ccfb735bac41 /doc/parens.texi
parent9d98c096bc5e87a027666a8e6e769aff33232134 (diff)
downloadgeiser-a1055e63b42d88f6d99e1a3cb2071d508685124c.tar.gz
geiser-a1055e63b42d88f6d99e1a3cb2071d508685124c.tar.bz2
Documentation updates
A nit about the new commands docs, and thanks to Nick Parker.
Diffstat (limited to 'doc/parens.texi')
-rw-r--r--doc/parens.texi7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/parens.texi b/doc/parens.texi
index 869643d..a7085a6 100644
--- a/doc/parens.texi
+++ b/doc/parens.texi
@@ -449,10 +449,9 @@ way, but it also teleports you to REPL after the evaluation.
@code{geiser-eval-region}, bound to @kbd{C-c C-r}, evals the current
region. Again, there's an @i{and-go} version available,
-@code{geiser-eval-region-and-go}, bound to @kbd{C-c M-r}.
-
-@code{geiser-eval-buffer}, bound to @kbd{C-c C-b}, evals the current
-buffer. There is a @i{and-go} version available,
+@code{geiser-eval-region-and-go}, bound to @kbd{C-c M-r}. And, if you
+want to extend the evaluated region to the whole buffer, there is
+@code{geiser-eval-buffer}, bound to @kbd{C-c C-b} and its companion
@code{geiser-eval-buffer-and-go}, bound to @kbd{C-c M-b}.
@cindex evaluating images