diff options
| author | Eli Zaretskii | 2010-10-15 13:00:57 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2010-10-15 13:00:57 +0200 |
| commit | d1b08c883f9863ac1b79b9a26123611bc10dbc45 (patch) | |
| tree | 19885b25412caee8ebab83a1d55ab1bb3f2df34b /etc | |
| parent | 00f113eb562a8f0c1b38592bf8346d4ecf942b2c (diff) | |
| download | emacs-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/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 |
| 234 | the primary selection. | 234 | the primary selection. |
| 235 | 235 | ||
| 236 | It also accepts a new value, `lazy', which means to only set the | 236 | It also accepts a new value, `only', which means to only set the |
| 237 | primary selection for temporarily active regions (usually made by | 237 | primary selection for temporarily active regions (usually made by |
| 238 | mouse-dragging or shift-selection). | 238 | mouse-dragging or shift-selection). |
| 239 | 239 | ||