aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/frames.texi9
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
253within a single Emacs session: all the features and commands related 253within a single Emacs session, by storing the selected text
254to the primary selection work as described for cutting and pasting 254internally. Therefore, all the features and commands related to the
255within the same session, but not across Emacs sessions or with other 255primary selection work on Windows as they do on X, for cutting and
256applications. 256pasting within the same session, but not across Emacs sessions or with
257other 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