]> git.eshelyaron.com Git - emacs.git/commitdiff
* frames.texi (Cut/Paste Other App): For select-active-regions,
authorChong Yidong <cyd@stupidchicken.com>
Tue, 21 Jul 2009 23:50:50 +0000 (23:50 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 21 Jul 2009 23:50:50 +0000 (23:50 +0000)
selection is now updated on moving point.

doc/emacs/ChangeLog
doc/emacs/frames.texi

index 3e52a58a0e2be2bc5834622b0e6e41674e2b265d..58d0a2db38f0c99c9b32367fdc4e3c8780de341f 100644 (file)
@@ -1,3 +1,8 @@
+2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
+
+       * frames.texi (Cut/Paste Other App): For select-active-regions,
+       selection is now updated on moving point.
+
 2009-07-21  Richard Stallman  <rms@gnu.org>
 
        * glossary.texi (GNU, Daemon): Update information.
index 98679cf9d04a93cac58ded20dd3d558228061d15..05347169e7498ee185eeac240ff53cb5f08de906 100644 (file)
@@ -257,8 +257,8 @@ the primary selection.  @xref{Killing}.
 is not normally saved to the primary selection.  However, if you
 change the variable @code{select-active-regions} to @code{t}, the
 region is saved to the primary selection each time you activate the
-mark (the primary selection is @emph{not} updated if you subsequently
-change the region by moving point).  If you change the variable
+mark.  The primary selection is updated if you subsequently change the
+region by moving point.  If you change the variable
 @code{yank-pop-change-selection} to @code{t}, rotating the kill ring
 with @kbd{M-y} (@code{yank-pop}) also saves the new yank to the
 primary selection (@pxref{Yanking}).