emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/doc/emacs ChangeLog mark.texi


From: Chong Yidong
Subject: [Emacs-diffs] emacs/doc/emacs ChangeLog mark.texi
Date: Thu, 28 May 2009 16:53:05 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/05/28 16:53:05

Modified files:
        doc/emacs      : ChangeLog mark.texi 

Log message:
        * mark.texi (Mark): Mention disabling Transient Mark mode.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/emacs/ChangeLog?cvsroot=emacs&r1=1.322&r2=1.323
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/emacs/mark.texi?cvsroot=emacs&r1=1.10&r2=1.11

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/doc/emacs/ChangeLog,v
retrieving revision 1.322
retrieving revision 1.323
diff -u -b -r1.322 -r1.323
--- ChangeLog   28 May 2009 16:48:05 -0000      1.322
+++ ChangeLog   28 May 2009 16:53:05 -0000      1.323
@@ -1,6 +1,7 @@
 2009-05-28  Chong Yidong  <address@hidden>
 
-       * mark.texi (Mark): Clarify introduction.
+       * mark.texi (Mark): Clarify introduction.  Mention disabling Transient
+       Mark mode.
        (Using Region, Persistent Mark): Use "active mark" instead of "active
        region".
 

Index: mark.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/emacs/mark.texi,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- mark.texi   28 May 2009 16:48:06 -0000      1.10
+++ mark.texi   28 May 2009 16:53:05 -0000      1.11
@@ -24,6 +24,11 @@
 highlighting.  You can also explicitly deactivate the mark at any
 time, by typing @kbd{C-g} (@pxref{Quitting}).
 
+  This default behavior of the mark is known as Transient Mark mode.
+Disabling Transient Mark mode switches Emacs to an alternative
+behavior, in which the mark is always active, which was the default
+prior to Emacs 23.  @xref{Persistent Mark}.
+
 @vindex highlight-nonselected-windows
   Setting the mark in one buffer has no effect on the marks in other
 buffers.  When you return to a buffer with an active mark, the mark is




reply via email to

[Prev in Thread] Current Thread [Next in Thread]