Mercurial > emacs
changeset 62143:892a16c3b886
(Debugger Operation): Update to reflect changes
in GUD tooltips.
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Sat, 07 May 2005 00:07:48 +0000 |
parents | 534734b70d1a |
children | 19e471e1a080 |
files | man/building.texi |
diffstat | 1 files changed, 7 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/man/building.texi Sat May 07 00:07:03 2005 +0000 +++ b/man/building.texi Sat May 07 00:07:48 2005 +0000 @@ -493,13 +493,13 @@ @vindex tooltip-gud-modes @vindex tooltip-gud-tips-p The Tooltip facility (@pxref{Tooltips}) provides support for GUD@. -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. -In graphical mode, with a C program, you can also display the -@code{#define} directive associated with an identifier when program is -not executing. 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 turning on the minor mode +@code{gud-tooltip-mode}. Then you can display a variable's value in a +tooltip simply by pointing at it with the mouse. In graphical mode, +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}. @node Commands of GUD @subsection Commands of GUD