# HG changeset patch # User Richard M. Stallman # Date 738005208 0 # Node ID 653e14f61220d6499e8ac53b0f9874c5a141a1c4 # Parent 7c4226d1ea6522b08f5e74adf17e0bb8e9b82be2 (transient-mark-mode): Doc fix. diff -r 7c4226d1ea65 -r 653e14f61220 lisp/simple.el --- 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."