diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2013-05-14 01:36:16 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2013-05-14 01:36:16 +0200 |
commit | 508f06277de0405e48ddc1e62dde214517b5b549 (patch) | |
tree | 5bd072d92a80b032e6ab75c75ef37ef96db37f34 | |
parent | 48b70f4bcee81de0d2a61eb2310ed08ab4e306f3 (diff) | |
download | geiser-guile-508f06277de0405e48ddc1e62dde214517b5b549.tar.gz geiser-guile-508f06277de0405e48ddc1e62dde214517b5b549.tar.bz2 |
Documentation updates
A nit about the new commands docs, and thanks to Nick Parker.
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | doc/parens.texi | 7 |
3 files changed, 11 insertions, 4 deletions
@@ -8,5 +8,6 @@ Michael Wilber Diogo F. S. Ramos Jonas Rodrigues Ray Racine +Nick Parker See also <https://github.com/jaor/geiser/contributors>. @@ -1,3 +1,10 @@ +* Version 0.5 () + + New features: + + - New commands geiser-eval-buffer (C-c C-b) and + geiser-eval-buffer-and-go (C-c M-b), by Nick Parker. + * Version 0.4 (May 2, 2013) New features: 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 |