changeset 5372:ac927443eae9

(transient-mark-mode): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Thu, 30 Dec 1993 10:06:31 +0000
parents 63aa7b7e42c5
children a70b89d2d6bb
files lisp/simple.el
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/simple.el	Thu Dec 30 07:49:15 1993 +0000
+++ b/lisp/simple.el	Thu Dec 30 10:06:31 1993 +0000
@@ -1372,8 +1372,11 @@
   "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)