From: Richard M. Stallman Date: Sat, 30 Apr 2005 20:33:27 +0000 (+0000) Subject: (Debugger Operation): Clarify previous change. X-Git-Tag: ttn-vms-21-2-B4~643 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=17930994179c50365b20b35a57e5796293aa327f;p=emacs.git (Debugger Operation): Clarify previous change. --- diff --git a/man/building.texi b/man/building.texi index ff73d0953b0..2fdfd1a72a3 100644 --- a/man/building.texi +++ b/man/building.texi @@ -496,10 +496,10 @@ history commands to repeat them. @xref{Shell Mode}. 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