emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/t-mouse.el,v


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/t-mouse.el,v
Date: Sun, 20 May 2007 03:12:24 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     07/05/20 03:12:23

Index: lisp/t-mouse.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/t-mouse.el,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- lisp/t-mouse.el     20 May 2007 02:52:46 -0000      1.12
+++ lisp/t-mouse.el     20 May 2007 03:12:19 -0000      1.13
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]