Mercurial > emacs
changeset 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 | c17cdf5decaa |
children | 73ec37ea31ce |
files | man/building.texi |
diffstat | 1 files changed, 6 insertions(+), 4 deletions(-) [+] |
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