summaryrefslogtreecommitdiff
path: root/lisp/mouse.el
diff options
context:
space:
mode:
authorJan Djärv <jan.h.d@swipnet.se>2010-11-05 13:11:12 +0100
committerJan Djärv <jan.h.d@swipnet.se>2010-11-05 13:11:12 +0100
commite06918d22b68821e7c1aa8148622232f106fbfc5 (patch)
treee355b608477567b22075fbf9ac52ef2c622f4526 /lisp/mouse.el
parentf31ba3f06fafcfaa8d14289737becea912993d62 (diff)
downloademacs-e06918d22b68821e7c1aa8148622232f106fbfc5.tar.gz
* mouse.el (mouse-yank-primary): Update comment (Bug#6802).
Diffstat (limited to 'lisp/mouse.el')
-rw-r--r--lisp/mouse.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el
index b71df57556c..40e0c14c064 100644
--- a/lisp/mouse.el
+++ b/lisp/mouse.el
@@ -1280,7 +1280,7 @@ regardless of where you click."
(or mouse-yank-at-point (mouse-set-point click))
(let ((primary
(cond
- ((fboundp 'x-get-selection-value) ; MS-DOS and MS-Windows
+ ((fboundp 'x-get-selection-value) ; MS-DOS, MS-Windows and X.
(or (x-get-selection-value)
(x-get-selection 'PRIMARY)))
;; FIXME: What about xterm-mouse-mode etc.?