diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/cheat.texi | 3 | ||||
| -rw-r--r-- | doc/parens.texi | 4 | 
2 files changed, 7 insertions, 0 deletions
| diff --git a/doc/cheat.texi b/doc/cheat.texi index adcc4d8..4e81b92 100644 --- a/doc/cheat.texi +++ b/doc/cheat.texi @@ -31,6 +31,9 @@  @item C-c C-e C-m  @tab geiser-edit-module  @tab Ask for a module and open its file +@item C-c C-e C-[ +@tab geiser-squarify +@tab Toggle between () and [] for current form  @item @tab @tab  @item C-M-x  @tab geiser-eval-definition diff --git a/doc/parens.texi b/doc/parens.texi index 9ce0d05..9839892 100644 --- a/doc/parens.texi +++ b/doc/parens.texi @@ -482,6 +482,10 @@ try to find a module name that matches it. You can also request  explicitly completion only over module names using @kbd{M-`} (that's a  backtick). +There's also this little command, @code{geiser-squarify}, which will +toggle the delimiters of the innermost list around point between round +and square brackets. It is bound to @key{C-c C-e [}. +  @c Local Variables:  @c mode: texinfo  @c TeX-master: "geiser" | 
