diff lisp/simple.el @ 2935:653e14f61220

(transient-mark-mode): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Fri, 21 May 1993 17:26:48 +0000
parents f5f7e7295ec2
children 518509536741
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."