emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp select.el [EMACS_23_1_RC]


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs/lisp select.el [EMACS_23_1_RC]
Date: Fri, 24 Jul 2009 16:32:23 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_23_1_RC
Changes by:     Eli Zaretskii <eliz>    09/07/24 16:32:23

Modified files:
        lisp           : select.el 

Log message:
        (x-set-selection): Doc fix.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/select.el?cvsroot=emacs&only_with_tag=EMACS_23_1_RC&r1=1.48&r2=1.48.2.1

Patches:
Index: select.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/select.el,v
retrieving revision 1.48
retrieving revision 1.48.2.1
diff -u -b -r1.48 -r1.48.2.1
--- select.el   5 Jan 2009 03:19:44 -0000       1.48
+++ select.el   24 Jul 2009 16:32:23 -0000      1.48.2.1
@@ -134,7 +134,10 @@
 
 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)))))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]