]> code.delx.au - gnu-emacs/blobdiff - lisp/t-mouse.el
Update docs for `customize-mode'
[gnu-emacs] / lisp / t-mouse.el
index 4ca9440cdbec6b800a0bf570e8e89d6bea1b0b3d..5ea1bdd3449cdd5ec3fadcfa5777e160c4be896c 100644 (file)
@@ -4,7 +4,7 @@
 ;; Maintainer: emacs-devel@gnu.org
 ;; Keywords: mouse gpm linux
 
-;; Copyright (C) 1994-1995, 1998, 2006-2015 Free Software Foundation,
+;; Copyright (C) 1994-1995, 1998, 2006-2016 Free Software Foundation,
 ;; Inc.
 
 ;; This file is part of GNU Emacs.
@@ -73,7 +73,11 @@ the mode if ARG is omitted or nil.
 
 This allows the use of the mouse when operating on a GNU/Linux console,
 in the same way as you can use the mouse under X11.
-It relies on the `gpm' daemon being activated."
+It relies on the `gpm' daemon being activated.
+
+Note that when `gpm-mouse-mode' is enabled, you cannot use the
+mouse to transfer text between Emacs and other programs which use
+GPM.  This is due to limitations in GPM and the Linux kernel."
   :global t :group 'mouse :init-value t
   (dolist (terminal (terminal-list))
     (when (and (eq t (terminal-live-p terminal))