# HG changeset patch # User Richard M. Stallman # Date 867960184 0 # Node ID ff3876f9e29903368c4c72f8ba792c19d9fdda3b # Parent c87b0767a179d00d78f3b2b251e2c824be7bf870 (delete-selection-mode): Doc fix. diff -r c87b0767a179 -r ff3876f9e299 lisp/delsel.el --- a/lisp/delsel.el Thu Jul 03 19:07:26 1997 +0000 +++ b/lisp/delsel.el Thu Jul 03 20:03:04 1997 +0000 @@ -91,7 +91,10 @@ (defun delete-selection-mode (arg) "Toggle Delete Selection mode. When ON, typed text replaces the selection if the selection is active. -When OFF, typed text is just inserted at point." +When OFF, typed text is just inserted at point. + +A positive argument turns the mode on, negative argument turns it off, +and no argument (or nil) toggles the mode." (interactive "P") (setq delete-selection-mode (if (null arg) (not delete-selection-mode)