]> code.delx.au - gnu-emacs/commitdiff
(Expressions): Delete C-M-DEL.
authorRichard M. Stallman <rms@gnu.org>
Wed, 4 Jun 2003 09:30:10 +0000 (09:30 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 4 Jun 2003 09:30:10 +0000 (09:30 +0000)
man/programs.texi

index 1e15aa985c8b6690d5edfb206340d36ccbc58434..a6fa49b2ec7585a4157d5549d552c32ff2fcf0ab 100644 (file)
@@ -677,8 +677,6 @@ Move forward over a balanced expression (@code{forward-sexp}).
 Move backward over a balanced expression(@code{backward-sexp}).
 @item C-M-k
 Kill balanced expression forward (@code{kill-sexp}).
-@item C-M-@key{DEL}
-Kill balanced expression backward (@code{backward-kill-sexp}).
 @item C-M-t
 Transpose expressions (@code{transpose-sexps}).
 @item C-M-@@
@@ -725,17 +723,9 @@ opposite direction.
 @cindex killing expressions
 @kindex C-M-k
 @findex kill-sexp
-@kindex C-M-DEL
-@findex backward-kill-sexp
   Killing a whole balanced expression can be done with @kbd{C-M-k}
-(@code{kill-sexp}) or @kbd{C-M-@key{DEL}} (@code{backward-kill-sexp}).
-@kbd{C-M-k} kills the characters that @kbd{C-M-f} would move over, and
-@kbd{C-M-@key{DEL}} kills the characters that @kbd{C-M-b} would move
-over.  On some machines, @kbd{C-M-@key{DEL}} typed on the console is a
-command to reboot; when that is so, you cannot use it as an Emacs
-command.  This conflict is rare, though: usually the @key{DEL} key for
-Emacs is really @key{BACKSPACE}, and the reboot command is
-@kbd{C-M-@key{DELETE}}, so there is no conflict.
+(@code{kill-sexp}).  @kbd{C-M-k} kills the characters that @kbd{C-M-f}
+would move over.
 
 @cindex transposition of expressions
 @kindex C-M-t