diff options
Diffstat (limited to 'lisp/t-mouse.el')
-rw-r--r-- | lisp/t-mouse.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/t-mouse.el b/lisp/t-mouse.el index 29b17f9b716..42db325176b 100644 --- a/lisp/t-mouse.el +++ b/lisp/t-mouse.el @@ -41,10 +41,12 @@ ;;;###autoload (define-minor-mode t-mouse-mode - "Toggle t-mouse mode. + "Toggle t-mouse mode to use the mouse in Linux consoles. With prefix arg, turn t-mouse mode on iff arg is positive. -Turn it on to use Emacs mouse commands, and off to use t-mouse commands." +This allows the use of the mouse when operating on a Linux console, in the +same way as you can use the mouse under X11. +It requires the `mev' program, part of the `gpm' utilities." nil " Mouse" nil :global t (unless window-system (if t-mouse-mode |