From: Richard M. Stallman Date: Sun, 6 Jul 1997 23:51:30 +0000 (+0000) Subject: (delete-selection-mode): Doc fix. X-Git-Tag: emacs-20.1~1305 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=70e87c4b4dde41d27bddf2188a0249445750fe64;p=emacs.git (delete-selection-mode): Doc fix. --- diff --git a/lisp/delsel.el b/lisp/delsel.el index ffd7a3982ec..28cc758c31e 100644 --- a/lisp/delsel.el +++ b/lisp/delsel.el @@ -93,6 +93,9 @@ insertion commands first delete the region and then insert.") 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")