changeset 62171:83608278e922

(Debugger Operation): Describe gud-tooltip-echo-area.
author Nick Roberts <nickrob@snap.net.nz>
date Sat, 07 May 2005 22:56:00 +0000
parents b667f995cb9a
children 517435a249bb
files man/building.texi
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/man/building.texi	Sat May 07 22:55:25 2005 +0000
+++ b/man/building.texi	Sat May 07 22:56:00 2005 +0000
@@ -491,7 +491,8 @@
 
 @cindex tooltips with GUD
 @vindex tooltip-gud-modes
-@vindex tooltip-gud-tips-p
+@vindex gud-tooltip-mode
+@vindex gud-tooltip-echo-area
   The Tooltip facility (@pxref{Tooltips}) provides support for GUD@.
 You activate this feature by turning on the minor mode
 @code{gud-tooltip-mode}.  Then you can display a variable's value in a
@@ -499,7 +500,9 @@
 with a C program, you can also display the @code{#define} directive
 associated with an identifier when the program is not executing.  This
 operates in the GUD buffer and in source buffers with major modes in
-the list @code{gud-tooltip-modes}.
+the list @code{gud-tooltip-modes}.  If the variable
+@code{gud-tooltip-echo-area} is non-@code{nil} then the help text is
+displayed in the echo area.
 
 @node Commands of GUD
 @subsection Commands of GUD