From ed306e1e185585530e2044546b81df5b6a6ffe3f Mon Sep 17 00:00:00 2001 From: John Clements Date: Mon, 22 Sep 2008 01:15:12 +0000 Subject: [PATCH] documented kill-enclosing-parens svn: r11828 --- collects/scribblings/drscheme/keybindings.scrbl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/collects/scribblings/drscheme/keybindings.scrbl b/collects/scribblings/drscheme/keybindings.scrbl index 98823b588d..36f6639310 100644 --- a/collects/scribblings/drscheme/keybindings.scrbl +++ b/collects/scribblings/drscheme/keybindings.scrbl @@ -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).}