Mercurial > emacs
changeset 18641:9830b54653b7
(delete-selection-mode): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 06 Jul 1997 23:51:30 +0000 |
parents | 0481616b859c |
children | 0fc832264117 |
files | lisp/delsel.el |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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")