aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2007-05-19 14:00:15 +0000
committerStefan Monnier2007-05-19 14:00:15 +0000
commit5073ad8e155ea640d0229b1e3bf9e5e75cf70e5e (patch)
tree759b846156ece783c6107c873b04436692a5718b
parent55fcf5c6d4334691ed602decfcc8728bcbc373e0 (diff)
downloademacs-5073ad8e155ea640d0229b1e3bf9e5e75cf70e5e.tar.gz
emacs-5073ad8e155ea640d0229b1e3bf9e5e75cf70e5e.zip
(t-mouse-mode): Improve docstring.
-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