diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2013-04-12 01:05:34 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2013-04-12 01:10:17 +0200 |
commit | 1b37dceb787691c5b8cb1dcbc86d622ec9b938b4 (patch) | |
tree | f0d93e0ea410b6c723c76f7af20ecf91f66c235e /doc/parens.texi | |
parent | 5b1b700926173c1ffa11fae558bce06b31c0bc30 (diff) | |
download | geiser-1b37dceb787691c5b8cb1dcbc86d622ec9b938b4.tar.gz geiser-1b37dceb787691c5b8cb1dcbc86d622ec9b938b4.tar.bz2 |
A bit of documentation for the previous patches
Diffstat (limited to 'doc/parens.texi')
-rw-r--r-- | doc/parens.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/parens.texi b/doc/parens.texi index de88cf5..3ca9390 100644 --- a/doc/parens.texi +++ b/doc/parens.texi @@ -438,7 +438,9 @@ For all of you bearded old lispers still with me, here are some of the commands performing incremental evaluation in Geiser. @code{geiser-eval-last-sexp}, bound to @kbd{C-x C-e}, will eval the -s-expression just before point. +s-expression just before point. If you use a prefix, as in @kbd{C-u C-x +C-e}, besides evaluating it the expression is inserted in the the +buffer. @code{geiser-eval-definition}, bound to @kbd{C-M-x}, finds the topmost definition containing point and sends it for evaluation. The variant |