[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/delsel.el,v [EMACS_22_BASE]
From: |
Richard M. Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/delsel.el,v [EMACS_22_BASE] |
Date: |
Fri, 04 Jan 2008 05:38:18 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Branch: EMACS_22_BASE
Changes by: Richard M. Stallman <rms> 08/01/04 05:38:18
Index: delsel.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/delsel.el,v
retrieving revision 1.38.2.1
retrieving revision 1.38.2.2
diff -u -b -r1.38.2.1 -r1.38.2.2
--- delsel.el 25 Jul 2007 04:47:31 -0000 1.38.2.1
+++ delsel.el 4 Jan 2008 05:38:18 -0000 1.38.2.2
@@ -59,8 +59,8 @@
;;;###autoload
(define-minor-mode delete-selection-mode
"Toggle Delete Selection mode.
-With prefix ARG, turn Delete Selection mode on if and only if ARG is
-positive.
+With prefix ARG, turn Delete Selection mode on if ARG is
+positive, off if ARG is not positive.
When Delete Selection mode is enabled, Transient Mark mode is also
enabled and typed text replaces the selection if the selection is
- [Emacs-diffs] Changes to emacs/lisp/delsel.el,v [EMACS_22_BASE],
Richard M. Stallman <=