aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2005-04-30 20:33:27 +0000
committerRichard M. Stallman <[email protected]>2005-04-30 20:33:27 +0000
commit17930994179c50365b20b35a57e5796293aa327f (patch)
treea45f9119b95bf66591b2b1889ff3a0015bd7f72e /man
parent75545c843df917d28b82a4320027701cee8efbe7 (diff)
(Debugger Operation): Clarify previous change.
Diffstat (limited to 'man')
-rw-r--r--man/building.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/man/building.texi b/man/building.texi
index ff73d0953b..2fdfd1a72a 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