aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2005-05-07 00:07:48 +0000
committerNick Roberts2005-05-07 00:07:48 +0000
commit8a25d51ac55834e238bcca138e6ba782dabbbed1 (patch)
tree8d280210c132de285a850df12c21976e01f19eb9
parent33b71f4121de66fe84226f8a1c494dabe9ccc5b7 (diff)
downloademacs-8a25d51ac55834e238bcca138e6ba782dabbbed1.tar.gz
emacs-8a25d51ac55834e238bcca138e6ba782dabbbed1.zip
(Debugger Operation): Update to reflect changes
in GUD tooltips.
-rw-r--r--man/building.texi14
1 files changed, 7 insertions, 7 deletions
diff --git a/man/building.texi b/man/building.texi
index 2fdfd1a72a3..47751d91968 100644
--- a/man/building.texi
+++ b/man/building.texi
@@ -493,13 +493,13 @@ history commands to repeat them. @xref{Shell Mode}.
493@vindex tooltip-gud-modes 493@vindex tooltip-gud-modes
494@vindex tooltip-gud-tips-p 494@vindex tooltip-gud-tips-p
495 The Tooltip facility (@pxref{Tooltips}) provides support for GUD@. 495 The Tooltip facility (@pxref{Tooltips}) provides support for GUD@.
496You activate this feature by setting the variable 496You activate this feature by turning on the minor mode
497@code{tooltip-gud-tips-p} to @code{t}. Then you can display a 497@code{gud-tooltip-mode}. Then you can display a variable's value in a
498variable's value in a tooltip simply by pointing at it with the mouse. 498tooltip simply by pointing at it with the mouse. In graphical mode,
499In graphical mode, with a C program, you can also display the 499with a C program, you can also display the @code{#define} directive
500@code{#define} directive associated with an identifier when program is 500associated with an identifier when the program is not executing. This
501not executing. This operates in the GUD buffer and in source buffers 501operates in the GUD buffer and in source buffers with major modes in
502with major modes in the list @code{tooltip-gud-modes}. 502the list @code{gud-tooltip-modes}.
503 503
504@node Commands of GUD 504@node Commands of GUD
505@subsection Commands of GUD 505@subsection Commands of GUD