summaryrefslogtreecommitdiff
path: root/lisp/t-mouse.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2007-05-19 14:00:15 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2007-05-19 14:00:15 +0000
commitb499ff9652a817865ca982a39c13468e63fe9c24 (patch)
tree5dd8a808047da511a158927fdd7c8c1f145b2015 /lisp/t-mouse.el
parent5be3030cd764277d2fc18914d6b3149b2a4efdb8 (diff)
downloademacs-b499ff9652a817865ca982a39c13468e63fe9c24.tar.gz
(t-mouse-mode): Improve docstring.
Diffstat (limited to 'lisp/t-mouse.el')
-rw-r--r--lisp/t-mouse.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/t-mouse.el b/lisp/t-mouse.el
index 15521decd90..0da957ec3f8 100644
--- a/lisp/t-mouse.el
+++ b/lisp/t-mouse.el
@@ -270,10 +270,12 @@ The (secret) scrollbar interface is not implemented yet."
;;;###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
(if t-mouse-mode
;; Turn it on