summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2013-04-12 01:05:34 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2013-04-12 01:10:17 +0200
commit65bc295b35beac42e410ae78a3077ce28f1e49a9 (patch)
tree6f0cd712736949bc28cbd870e9b9f31354d406f1 /doc
parent7a666d1e2da690ab45a2f40d388e47df711e4868 (diff)
downloadgeiser-chez-65bc295b35beac42e410ae78a3077ce28f1e49a9.tar.gz
geiser-chez-65bc295b35beac42e410ae78a3077ce28f1e49a9.tar.bz2
A bit of documentation for the previous patches
Diffstat (limited to 'doc')
-rw-r--r--doc/parens.texi4
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