]> git.eshelyaron.com Git - emacs.git/commitdiff
* frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of
authorChong Yidong <cyd@stupidchicken.com>
Tue, 28 Apr 2009 04:07:37 +0000 (04:07 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 28 Apr 2009 04:07:37 +0000 (04:07 +0000)
t-mouse-mode.  Suggested by Per Starbäck (Bug#3126).

doc/emacs/ChangeLog
doc/emacs/frames.texi

index 54ae69f9728d3614f9812e41844b49cf3aa6e872..393c0ab9c68f26946ab9ae4a6efa122b049bee8e 100644 (file)
@@ -1,3 +1,8 @@
+2009-04-28  Chong Yidong  <cyd@stupidchicken.com>
+
+       * 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  <eliz@gnu.org>
 
        * maintaining.texi (Tags): Clarify text.  (Bug#3101)
index e1987979091964a884f4bf31d94aabbead4b13d8..98679cf9d04a93cac58ded20dd3d558228061d15 100644 (file)
@@ -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.