]> git.eshelyaron.com Git - emacs.git/commitdiff
(Debugger Operation): Update GUD tooltip enable info.
authorRichard M. Stallman <rms@gnu.org>
Tue, 8 Mar 2005 02:46:08 +0000 (02:46 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 8 Mar 2005 02:46:08 +0000 (02:46 +0000)
man/ChangeLog
man/building.texi

index e529e8dfb976d8a23445f0ee714f714b13774707..91b452cd859283c3731dad084683acff61933920 100644 (file)
@@ -1,3 +1,7 @@
+2005-03-07  Richard M. Stallman  <rms@gnu.org>
+
+       * building.texi (Debugger Operation): Update GUD tooltip enable info.
+
 2005-03-06  Richard M. Stallman  <rms@gnu.org>
 
        * building.texi (Starting GUD): Don't explain text vs graphical
index 0adb55e38e7cc30653b0c4905d5ea02e7d50aedf..a3e3e356c8e097166612102e66ef0d6ed022c877 100644 (file)
@@ -414,11 +414,13 @@ history commands to repeat them.  @xref{Shell Mode}.
 
 @cindex tooltips with GUD
 @vindex tooltip-gud-modes
+@vindex tooltip-gud-tips-p
   The Tooltip facility (@pxref{Tooltips}) provides support for GUD@.
-You activate this feature by customizing the @code{tooltip} group.
-Then you can display a variable's value in a tooltip simply by
-pointing at it with the mouse.  This operates in the GUD buffer and in
-source buffers with major modes in the list @code{tooltip-gud-modes}.
+You activate this feature by setting the variable
+@code{tooltip-gud-tips-p} to @code{t}.  Then you can display a
+variable's value in a tooltip simply by pointing at it with the mouse.
+This operates in the GUD buffer and in source buffers with major modes
+in the list @code{tooltip-gud-modes}.
 
 @node Commands of GUD
 @subsection Commands of GUD