]> git.eshelyaron.com Git - emacs.git/commitdiff
delete-selection-mode
authorDave Love <fx@gnu.org>
Wed, 16 Aug 2000 19:45:30 +0000 (19:45 +0000)
committerDave Love <fx@gnu.org>
Wed, 16 Aug 2000 19:45:30 +0000 (19:45 +0000)
man/killing.texi

index c003b7aa678750f33cd2ae2e084d32e23b47b304..2f879ce82e793a06b87fee81f32ec5c75bd0d9a1 100644 (file)
@@ -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.