]> git.eshelyaron.com Git - emacs.git/commitdiff
(transient-mark-mode): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Thu, 30 Dec 1993 10:06:31 +0000 (10:06 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 30 Dec 1993 10:06:31 +0000 (10:06 +0000)
lisp/simple.el

index 1a605d3ba182803ed717d2defb420ec31c1c9521..fe17f25a9defa90fe743d67a9ea41ddcf2328f14 100644 (file)
@@ -1372,8 +1372,11 @@ and it reactivates the mark."
   "Toggle Transient Mark mode.
 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."
+In Transient Mark mode, when the mark is active, the region is highlighted.
+Changing the buffer \"deactivates\" the mark.
+So do certain other operations that set the mark
+but whose main purpose is something else--for example,
+incremental search, \\[beginning-of-buffer], and \\[end-of-buffer]."
   (interactive "P")
   (setq transient-mark-mode
        (if (null arg)