changeset 104018:ebf42d59baa0

Move announcement of select-active-regions to 23.2 section.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 21 Jul 2009 23:47:49 +0000
parents 650fcc9f557b
children a1c57615d215
files etc/NEWS
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Tue Jul 21 23:36:38 2009 +0000
+++ b/etc/NEWS	Tue Jul 21 23:47:49 2009 +0000
@@ -58,6 +58,11 @@
 `process-kill-buffer-query-function' from `kill-buffer-query-functions' or
 setting the appropriate process flag with `set-process-query-on-exit-flag'.
 
+** If `select-active-regions' is t, any active region automatically
+becomes the primary selection (for interaction with other window
+applications).  If you enable this, you might want to bind
+`mouse-yank-primary' to Mouse-2.
+
 
 * Changes in Specialized Modes and Packages in Emacs 23.2
 
@@ -558,11 +563,6 @@
 
 ** Primary selection changes
 
-*** If `select-active-regions' is t, setting the mark automatically
-makes the new region into the primary selection (for interaction with
-other window applications).  If you enable this, you might want to
-bind `mouse-yank-primary' to Mouse-2.
-
 *** You can disable kill ring commands from accessing the primary
 selection by setting `x-select-enable-primary' to nil.