documented kill-enclosing-parens

svn: r11828
This commit is contained in:
John Clements 2008-09-22 01:15:12 +00:00
parent dd7db9ff7b
commit ed306e1e18

View File

@ -124,6 +124,8 @@ window to the interactions window (or the search window, if it is open).}
@keybinding["C-c C-o"]{the sexpression following the
insertion point is put in place of its containing sexpression}
@keybinding["C-c C-e"]{the first and last characters (usually parentheses)
of the containing expression are removed}
@keybinding["C-c C-l"]{wraps a let around the
sexpression following the insertion point and puts a printf in at
that point (useful for debugging).}