aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2005-05-07 22:56:00 +0000
committerNick Roberts2005-05-07 22:56:00 +0000
commitc2332b4ffbeac61a61ca5df153d64daea0620794 (patch)
tree31de1d5fd031f4859a3437ec1d9c049034bdc318
parent05aeab20f65f3d92759061b8cded0b84505a3435 (diff)
downloademacs-c2332b4ffbeac61a61ca5df153d64daea0620794.tar.gz
emacs-c2332b4ffbeac61a61ca5df153d64daea0620794.zip
(Debugger Operation): Describe gud-tooltip-echo-area.
-rw-r--r--man/building.texi7
1 files changed, 5 insertions, 2 deletions
diff --git a/man/building.texi b/man/building.texi
index 47751d91968..b3c7fa4f2da 100644
--- a/man/building.texi
+++ b/man/building.texi
@@ -491,7 +491,8 @@ history commands to repeat them. @xref{Shell Mode}.
491 491
492@cindex tooltips with GUD 492@cindex tooltips with GUD
493@vindex tooltip-gud-modes 493@vindex tooltip-gud-modes
494@vindex tooltip-gud-tips-p 494@vindex gud-tooltip-mode
495@vindex gud-tooltip-echo-area
495 The Tooltip facility (@pxref{Tooltips}) provides support for GUD@. 496 The Tooltip facility (@pxref{Tooltips}) provides support for GUD@.
496You activate this feature by turning on the minor mode 497You activate this feature by turning on the minor mode
497@code{gud-tooltip-mode}. Then you can display a variable's value in a 498@code{gud-tooltip-mode}. Then you can display a variable's value in a
@@ -499,7 +500,9 @@ tooltip simply by pointing at it with the mouse. In graphical mode,
499with a C program, you can also display the @code{#define} directive 500with a C program, you can also display the @code{#define} directive
500associated with an identifier when the program is not executing. This 501associated with an identifier when the program is not executing. This
501operates in the GUD buffer and in source buffers with major modes in 502operates in the GUD buffer and in source buffers with major modes in
502the list @code{gud-tooltip-modes}. 503the list @code{gud-tooltip-modes}. If the variable
504@code{gud-tooltip-echo-area} is non-@code{nil} then the help text is
505displayed in the echo area.
503 506
504@node Commands of GUD 507@node Commands of GUD
505@subsection Commands of GUD 508@subsection Commands of GUD