diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/frames.texi | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi index 19b4129605f..f935305628b 100644 --- a/doc/emacs/frames.texi +++ b/doc/emacs/frames.texi | |||
| @@ -250,10 +250,11 @@ contents of the primary selection are lost. | |||
| 250 | 250 | ||
| 251 | @cindex MS-Windows, and primary selection | 251 | @cindex MS-Windows, and primary selection |
| 252 | MS-Windows provides no primary selection, but Emacs emulates it | 252 | MS-Windows provides no primary selection, but Emacs emulates it |
| 253 | within a single Emacs session: all the features and commands related | 253 | within a single Emacs session, by storing the selected text |
| 254 | to the primary selection work as described for cutting and pasting | 254 | internally. Therefore, all the features and commands related to the |
| 255 | within the same session, but not across Emacs sessions or with other | 255 | primary selection work on Windows as they do on X, for cutting and |
| 256 | applications. | 256 | pasting within the same session, but not across Emacs sessions or with |
| 257 | other applications. | ||
| 257 | 258 | ||
| 258 | Whenever you kill some text using a command such as @kbd{C-w} | 259 | Whenever you kill some text using a command such as @kbd{C-w} |
| 259 | (@code{kill-region}), or copy it into the kill ring using a command | 260 | (@code{kill-region}), or copy it into the kill ring using a command |