aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-10-15 17:01:27 +0000
committerChong Yidong2008-10-15 17:01:27 +0000
commitac40fadbd06c393cac5c81e6e47c9842c025ee1f (patch)
tree33bfe3fb18b78420519589a624d95c15a063558b
parent2aee6012cfcf709a8ced33d3a6469c18d198e406 (diff)
downloademacs-ac40fadbd06c393cac5c81e6e47c9842c025ee1f.tar.gz
emacs-ac40fadbd06c393cac5c81e6e47c9842c025ee1f.zip
Documented primary selection changes
-rw-r--r--etc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 74266d42cd0..cf9d2866d5a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -433,12 +433,12 @@ via face remapping (see below).
433*** FIXME face-remap 433*** FIXME face-remap
434 434
435** Primary selection changes 435** Primary selection changes
436 436+++
437*** If `select-active-regions' is t, setting the mark automatically 437*** If `select-active-regions' is t, setting the mark automatically
438makes the new region into the primary selection (for interaction with 438makes the new region into the primary selection (for interaction with
439other window applications). If you enable this, you might want to 439other window applications). If you enable this, you might want to
440bind `mouse-yank-primary' to Mouse-2. 440bind `mouse-yank-primary' to Mouse-2.
441 441+++
442*** You can disable kill ring commands from accessing the primary 442*** You can disable kill ring commands from accessing the primary
443selection by setting `x-select-enable-primary' to nil. 443selection by setting `x-select-enable-primary' to nil.
444 444