changeset 2935:653e14f61220

(transient-mark-mode): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Fri, 21 May 1993 17:26:48 +0000
parents 7c4226d1ea65
children f9956cdb0d1d
files lisp/simple.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/simple.el	Fri May 21 17:25:50 1993 +0000
+++ b/lisp/simple.el	Fri May 21 17:26:48 1993 +0000
@@ -1324,7 +1324,7 @@
 
 (defun transient-mark-mode (arg)
   "Toggle Transient Mark mode.
-With arg, turn Transient Mark mode on if and only if arg is positive.
+With arg, turn Transient Mark mode on if arg is positive, off otherwise.
 
 In Transient Mark mode, changing the buffer \"deactivates\" the mark.
 While the mark is active, the region is highlighted."