diff options
| author | Chong Yidong | 2008-10-15 17:01:27 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-10-15 17:01:27 +0000 |
| commit | ac40fadbd06c393cac5c81e6e47c9842c025ee1f (patch) | |
| tree | 33bfe3fb18b78420519589a624d95c15a063558b | |
| parent | 2aee6012cfcf709a8ced33d3a6469c18d198e406 (diff) | |
| download | emacs-ac40fadbd06c393cac5c81e6e47c9842c025ee1f.tar.gz emacs-ac40fadbd06c393cac5c81e6e47c9842c025ee1f.zip | |
Documented primary selection changes
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -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 |
| 438 | makes the new region into the primary selection (for interaction with | 438 | makes the new region into the primary selection (for interaction with |
| 439 | other window applications). If you enable this, you might want to | 439 | other window applications). If you enable this, you might want to |
| 440 | bind `mouse-yank-primary' to Mouse-2. | 440 | bind `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 |
| 443 | selection by setting `x-select-enable-primary' to nil. | 443 | selection by setting `x-select-enable-primary' to nil. |
| 444 | 444 | ||