aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2003-06-04 09:30:10 +0000
committerRichard M. Stallman2003-06-04 09:30:10 +0000
commit880b04211aec558dab4887dbd105f9bd16c0da4f (patch)
tree917ab30245502c29b993a296c1934e6aefa82aa1
parentfcc91da664650c3c6751d7a930e4fe0ffb0ea282 (diff)
downloademacs-880b04211aec558dab4887dbd105f9bd16c0da4f.tar.gz
emacs-880b04211aec558dab4887dbd105f9bd16c0da4f.zip
(Expressions): Delete C-M-DEL.
-rw-r--r--man/programs.texi14
1 files changed, 2 insertions, 12 deletions
diff --git a/man/programs.texi b/man/programs.texi
index 1e15aa985c8..a6fa49b2ec7 100644
--- a/man/programs.texi
+++ b/man/programs.texi
@@ -677,8 +677,6 @@ Move forward over a balanced expression (@code{forward-sexp}).
677Move backward over a balanced expression(@code{backward-sexp}). 677Move backward over a balanced expression(@code{backward-sexp}).
678@item C-M-k 678@item C-M-k
679Kill balanced expression forward (@code{kill-sexp}). 679Kill balanced expression forward (@code{kill-sexp}).
680@item C-M-@key{DEL}
681Kill balanced expression backward (@code{backward-kill-sexp}).
682@item C-M-t 680@item C-M-t
683Transpose expressions (@code{transpose-sexps}). 681Transpose expressions (@code{transpose-sexps}).
684@item C-M-@@ 682@item C-M-@@
@@ -725,17 +723,9 @@ opposite direction.
725@cindex killing expressions 723@cindex killing expressions
726@kindex C-M-k 724@kindex C-M-k
727@findex kill-sexp 725@findex kill-sexp
728@kindex C-M-DEL
729@findex backward-kill-sexp
730 Killing a whole balanced expression can be done with @kbd{C-M-k} 726 Killing a whole balanced expression can be done with @kbd{C-M-k}
731(@code{kill-sexp}) or @kbd{C-M-@key{DEL}} (@code{backward-kill-sexp}). 727(@code{kill-sexp}). @kbd{C-M-k} kills the characters that @kbd{C-M-f}
732@kbd{C-M-k} kills the characters that @kbd{C-M-f} would move over, and 728would move over.
733@kbd{C-M-@key{DEL}} kills the characters that @kbd{C-M-b} would move
734over. On some machines, @kbd{C-M-@key{DEL}} typed on the console is a
735command to reboot; when that is so, you cannot use it as an Emacs
736command. This conflict is rare, though: usually the @key{DEL} key for
737Emacs is really @key{BACKSPACE}, and the reboot command is
738@kbd{C-M-@key{DELETE}}, so there is no conflict.
739 729
740@cindex transposition of expressions 730@cindex transposition of expressions
741@kindex C-M-t 731@kindex C-M-t