diff options
author | Eli Zaretskii <eliz@gnu.org> | 2010-12-25 21:20:45 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2010-12-25 21:20:45 +0200 |
commit | 58bdfa4ccd1c4ce9591966352cb15b9a9d65a484 (patch) | |
tree | e149631064fbe63255f214e07633af6e3b87727b | |
parent | 71fe378d8429cff3bd7c75b53546822ad5ceffcd (diff) | |
download | emacs-58bdfa4ccd1c4ce9591966352cb15b9a9d65a484.tar.gz emacs-58bdfa4ccd1c4ce9591966352cb15b9a9d65a484.tar.bz2 emacs-58bdfa4ccd1c4ce9591966352cb15b9a9d65a484.zip |
Fix wording of changes in 2010-05-17T00:01:22Z!rgm@gnu.org.
frames.texi (Cut/Paste Other App): Ckarify Windows emulation of
the primary selection.
-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. @cindex MS-Windows, and primary selection MS-Windows provides no primary selection, but Emacs emulates it -within a single Emacs session: all the features and commands related -to the primary selection work as described for cutting and pasting -within the same session, but not across Emacs sessions or with other -applications. +within a single Emacs session, by storing the selected text +internally. Therefore, all the features and commands related to the +primary selection work on Windows as they do on X, for cutting and +pasting within the same session, but not across Emacs sessions or with +other applications. Whenever you kill some text using a command such as @kbd{C-w} (@code{kill-region}), or copy it into the kill ring using a command |