diff options
author | Dave Love <fx@gnu.org> | 2000-08-16 19:45:30 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-08-16 19:45:30 +0000 |
commit | dd5c1ea9b7933deeef753755cf23d729cc2afafe (patch) | |
tree | 53802e3d6b0ecbcb4e632e57aa42f69594261e64 /man/killing.texi | |
parent | 3bdb5fb8e0f805f131117505a33889543d79add5 (diff) | |
download | emacs-dd5c1ea9b7933deeef753755cf23d729cc2afafe.tar.gz |
delete-selection-mode
Diffstat (limited to 'man/killing.texi')
-rw-r--r-- | man/killing.texi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/man/killing.texi b/man/killing.texi index c003b7aa678..2f879ce82e7 100644 --- a/man/killing.texi +++ b/man/killing.texi @@ -49,6 +49,16 @@ that can destroy significant amounts of nontrivial data generally kill. The commands' names and individual descriptions use the words @samp{kill} and @samp{delete} to say which they do. +@cindex Delete Selection mode +@cindex mode, Delete Selection +@findex delete-selection-mode +You can arrange for selected text to be killed when you insert something +and replaced by what you insert; this is the way many text interfaces +work. To do this turn on Delete Selection mode. with @kbd{M-x +delete-selection-mode} or using Custom. Also in Delete Selection mode +@key{DEL}, @kbd{C-d} and some other keys will just kill the whole +selection and Transient Mark mode is turned on (@pxref{Transient Mark}). + @menu * Deletion:: Commands for deleting small amounts of text and blank areas. |