]> git.eshelyaron.com Git - emacs.git/commitdiff
(Debugger Operation): Clarify previous change.
authorRichard M. Stallman <rms@gnu.org>
Sat, 30 Apr 2005 20:33:27 +0000 (20:33 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 30 Apr 2005 20:33:27 +0000 (20:33 +0000)
man/building.texi

index ff73d0953b0e84a83f82c04eb4c4570b6314b8a7..2fdfd1a72a326cb48056b96f9c28670f0b617425 100644 (file)
@@ -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