diff options
| -rw-r--r-- | NEWS | 4 | ||||
| -rw-r--r-- | doc/cheat.texi | 3 | ||||
| -rw-r--r-- | doc/geiser.texi | 2 | 
3 files changed, 6 insertions, 3 deletions
| @@ -1,8 +1,8 @@ -* Version 0.4 () +* Version 0.4 (May 2, 2013)    New features: -   - New command geiser-edit-insert-lambda, bound to C-c \ in Scheme +   - New command geiser-insert-lambda, bound to C-c \ in Scheme       buffers (thanks to Ray Racine).     - Configurable case-sensitivity when highlighting keywords (thanks       to Diogo F.S. Ramos), via geiser-guile-case-sensitive-p and diff --git a/doc/cheat.texi b/doc/cheat.texi index 0522009..76a2330 100644 --- a/doc/cheat.texi +++ b/doc/cheat.texi @@ -42,6 +42,9 @@ third key not modified by @key{Control}; e.g.,  @item C-c C-e C-[  @tab @code{geiser-squarify}  @tab Toggle between () and [] for current form +@item C-c C-\ +@tab @code{geiser-insert-lambda} +@tab Insert greek lambda or, with prefix, a lambda form  @item @tab @tab  @item C-M-x  @tab @code{geiser-eval-definition} diff --git a/doc/geiser.texi b/doc/geiser.texi index d8c356d..8f78113 100644 --- a/doc/geiser.texi +++ b/doc/geiser.texi @@ -9,7 +9,7 @@  @copying  This manual documents Geiser, an Emacs environment to hack in Scheme. -Copyright @copyright{} 2010, 2011, 2012  Jose Antonio Ortega Ruiz +Copyright @copyright{} 2010, 2011, 2012, 2013  Jose Antonio Ortega Ruiz  @quotation  Permission is granted to copy, distribute and/or modify this document | 
