aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2010-10-15 13:00:57 +0200
committerEli Zaretskii2010-10-15 13:00:57 +0200
commitd1b08c883f9863ac1b79b9a26123611bc10dbc45 (patch)
tree19885b25412caee8ebab83a1d55ab1bb3f2df34b /etc
parent00f113eb562a8f0c1b38592bf8346d4ecf942b2c (diff)
downloademacs-d1b08c883f9863ac1b79b9a26123611bc10dbc45.tar.gz
emacs-d1b08c883f9863ac1b79b9a26123611bc10dbc45.zip
Fix bug #7195 with NEWS entry for of select-active-region'.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d9d84b9ce19..980520b3b1f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -233,7 +233,7 @@ changed to conform with other X applications.
233*** `select-active-regions' now defaults to t, so active regions set 233*** `select-active-regions' now defaults to t, so active regions set
234the primary selection. 234the primary selection.
235 235
236It also accepts a new value, `lazy', which means to only set the 236It also accepts a new value, `only', which means to only set the
237primary selection for temporarily active regions (usually made by 237primary selection for temporarily active regions (usually made by
238mouse-dragging or shift-selection). 238mouse-dragging or shift-selection).
239 239