diff man/building.texi @ 60493:f8557889a5f1

(Debugger Operation): Update GUD tooltip enable info.
author Richard M. Stallman <rms@gnu.org>
date Tue, 08 Mar 2005 02:45:50 +0000
parents c82b8f53ded0
children 362e4cd2e9f8 29e773288013
line wrap: on
line diff
--- a/man/building.texi	Mon Mar 07 21:51:50 2005 +0000
+++ b/man/building.texi	Tue Mar 08 02:45:50 2005 +0000
@@ -414,11 +414,13 @@
 
 @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