Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5073ad8e
Commit
5073ad8e
authored
May 19, 2007
by
Stefan Monnier
Browse files
(t-mouse-mode): Improve docstring.
parent
55fcf5c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
lisp/t-mouse.el
lisp/t-mouse.el
+4
-2
No files found.
lisp/t-mouse.el
View file @
5073ad8e
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment