aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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."
270 270
271;;;###autoload 271;;;###autoload
272(define-minor-mode t-mouse-mode 272(define-minor-mode t-mouse-mode
273 "Toggle t-mouse mode. 273 "Toggle t-mouse mode to use the mouse in Linux consoles.
274With prefix arg, turn t-mouse mode on iff arg is positive. 274With prefix arg, turn t-mouse mode on iff arg is positive.
275 275
276Turn it on to use Emacs mouse commands, and off to use t-mouse commands." 276This allows the use of the mouse when operating on a Linux console, in the
277same way as you can use the mouse under X11.
278It requires the `mev' program, part of the `gpm' utilities."
277 nil " Mouse" nil :global t 279 nil " Mouse" nil :global t
278 (if t-mouse-mode 280 (if t-mouse-mode
279 ;; Turn it on 281 ;; Turn it on