changeset 61951:49280309ccbb

(Debugger Operation): Clarify previous change.
author Richard M. Stallman <rms@gnu.org>
date Sat, 30 Apr 2005 20:33:27 +0000
parents 5f3a630ef0ac
children 7f9d1d01d274
files man/building.texi
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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