emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r99722: Edits to Persistent Mark n


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r99722: Edits to Persistent Mark node.
Date: Tue, 06 Apr 2010 12:10:31 -0400
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99722
committer: Chong Yidong <address@hidden>
branch nick: emacs-23
timestamp: Tue 2010-04-06 12:10:31 -0400
message:
  Edits to Persistent Mark node.
  
  * mark.texi (Persistent Mark): Copyedits.  Replace undo example with
  query-replace (Bug#5774).
modified:
  doc/emacs/ChangeLog
  doc/emacs/mark.texi
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2010-03-30 10:59:26 +0000
+++ b/doc/emacs/ChangeLog       2010-04-06 16:10:31 +0000
@@ -1,3 +1,8 @@
+2010-04-06  Chong Yidong  <address@hidden>
+
+       * mark.texi (Persistent Mark): Copyedits.  Replace undo example with
+       query-replace (Bug#5774).
+
 2010-03-30  Eli Zaretskii  <address@hidden>
 
        * mule.texi (Input Methods): Mention "C-x 8 RET" and add a

=== modified file 'doc/emacs/mark.texi'
--- a/doc/emacs/mark.texi       2010-01-13 08:35:10 +0000
+++ b/doc/emacs/mark.texi       2010-04-06 16:10:31 +0000
@@ -387,10 +387,10 @@
 
 @findex transient-mark-mode
   To turn off Transient Mark mode, type @kbd{M-x transient-mark-mode}.
-This command toggles the mode; you can use the same command to turn
-Transient Mark mode on again.  You can also turn off Transient Mark
-mode using the menu bar: in the @samp{Options} menu, toggle the
address@hidden Region Highlighting} menu item.
+This command toggles the mode; you can use the same command to turn it
+on again.  You can also toggle Transient Mark mode using the
address@hidden Region Highlighting} menu item in the @samp{Options}
+menu.
 
   Here are the details of how Emacs behaves when Transient Mark mode
 is off:
@@ -415,13 +415,12 @@
 @kbd{C-s}, first set the mark where point was.
 
 @item
-Some commands, which ordinarily operate on the region when the mark is
-active, instead act on the entire buffer.  For instance, @kbd{C-x u}
-normally reverses changes within the region if the mark is active;
-when Transient Mark mode is off, it acts on the entire buffer.
-However, you can type @kbd{C-u C-x u} to make it operate on the
-region.  @xref{Undo}.  Other commands that act this way are identified
-in their own documentation.
+Some commands, which ordinarily act on the region when the mark is
+active, no longer do so.  For example, normally @kbd{M-%}
+(@code{query-replace}) performs replacements within the region, if the
+mark is active.  When Transient Mark mode is off, it always operates
+from point to the end of the buffer.  Commands that act this way are
+identified in their own documentation.
 @end itemize
 
   While Transient Mark mode is off, you can activate it temporarily
@@ -437,9 +436,9 @@
 
 @item C-u C-x C-x
 @kindex C-u C-x C-x
-Activate the mark without changing it; enable Transient Mark mode just
-once, until the mark is deactivated.  (This is the @kbd{C-x C-x}
-command, @code{exchange-point-and-mark}, with a prefix argument.)
+Activate the mark and enable Transient Mark mode temporarily, until
+the mark is next deactivated.  (This is the @kbd{C-x C-x} command,
address@hidden, with a prefix argument.)
 @end table
 
   These commands set or activate the mark, and enable Transient Mark


reply via email to

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