# HG changeset patch # User Richard M. Stallman # Date 1114893207 0 # Node ID 49280309ccbb7b63a717484ff427d2de252b1eca # Parent 5f3a630ef0ac15c5dc0082ee0f0e9698ca3952c6 (Debugger Operation): Clarify previous change. diff -r 5f3a630ef0ac -r 49280309ccbb man/building.texi --- a/man/building.texi Sat Apr 30 20:30:53 2005 +0000 +++ b/man/building.texi Sat Apr 30 20:33:27 2005 +0000 @@ -496,10 +496,10 @@ 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 #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}. +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}. @node Commands of GUD @subsection Commands of GUD