]> git.eshelyaron.com Git - emacs.git/commitdiff
(t-mouse-mode): Improve docstring.
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 19 May 2007 14:00:15 +0000 (14:00 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sat, 19 May 2007 14:00:15 +0000 (14:00 +0000)
lisp/t-mouse.el

index 15521decd909f0df530c6c1d53bfa95d074f3626..0da957ec3f8f12573af448700ab5437a09258a56 100644 (file)
@@ -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