# HG changeset patch # User Richard M. Stallman # Date 868233090 0 # Node ID 9830b54653b76cdd67e03f22a08219de5f0e21b2 # Parent 0481616b859c657ff16d02bad53c61d321fcf48c (delete-selection-mode): Doc fix. diff -r 0481616b859c -r 9830b54653b7 lisp/delsel.el --- a/lisp/delsel.el Sun Jul 06 23:43:39 1997 +0000 +++ b/lisp/delsel.el Sun Jul 06 23:51:30 1997 +0000 @@ -93,6 +93,9 @@ When ON, typed text replaces the selection if the selection is active. When OFF, typed text is just inserted at point. +Delete Selection mode works only when Transient Mark mode is enabled. +Use \\[transient-mark-mode] to enable or disable Transient Mark mode. + A positive argument turns the mode on, negative argument turns it off, and no argument (or nil) toggles the mode." (interactive "P")