From: Chong Yidong Date: Tue, 28 Apr 2009 04:07:37 +0000 (+0000) Subject: * frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of X-Git-Tag: emacs-pretest-23.0.93~38 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bc36ad1c2d514928ac77d677f66d79a8343141df;p=emacs.git * frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of t-mouse-mode. Suggested by Per Starbäck (Bug#3126). --- diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 54ae69f9728..393c0ab9c68 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,8 @@ +2009-04-28 Chong Yidong + + * frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of + t-mouse-mode. Suggested by Per Starbäck (Bug#3126). + 2009-04-25 Eli Zaretskii * maintaining.texi (Tags): Clarify text. (Bug#3101) diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi index e1987979091..98679cf9d04 100644 --- a/doc/emacs/frames.texi +++ b/doc/emacs/frames.texi @@ -1132,7 +1132,8 @@ press the mouse button. Xterm Mouse mode is a global minor mode (@pxref{Minor Modes}). Repeating the command turns the mode off again. -In the console on GNU/Linux, you can use @kbd{M-x t-mouse-mode} to +@findex gpm-mouse-mode +In the console on GNU/Linux, you can use @kbd{M-x gpm-mouse-mode} to enable terminal mouse support. You must have the gpm package installed and running on your system in order for this to work.