]> git.eshelyaron.com Git - emacs.git/commitdiff
(x-set-selection): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Fri, 24 Jul 2009 16:32:23 +0000 (16:32 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 24 Jul 2009 16:32:23 +0000 (16:32 +0000)
lisp/select.el

index 979189997c3a37921002465c3f9ec4d25a34b992..dad6d6e961f9714e0209f6b725063c68783851ed 100644 (file)
@@ -134,7 +134,10 @@ The return value is DATA.
 
 Interactively, this command sets the primary selection.  Without
 prefix argument, it reads the selection in the minibuffer.  With
-prefix argument, it uses the text of the region as the selection value ."
+prefix argument, it uses the text of the region as the selection value.
+
+Note that on MS-Windows, primary and secondary selections set by Emacs
+are not available to other programs."
   (interactive (if (not current-prefix-arg)
                   (list 'PRIMARY (read-string "Set text for pasting: "))
                 (list 'PRIMARY (buffer-substring (region-beginning) (region-end)))))