aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2005-04-29 22:39:56 +0000
committerNick Roberts2005-04-29 22:39:56 +0000
commit758234634cef0bfbe40eb187509977201a04b0a8 (patch)
tree3e718575696fd9bc99fe6852ee8752255e2092e7
parentc9a0bd660b3f1a8280ce85f41fd49b4fdc24dafd (diff)
downloademacs-758234634cef0bfbe40eb187509977201a04b0a8.tar.gz
emacs-758234634cef0bfbe40eb187509977201a04b0a8.zip
(Debugger Operation): Spelling mistake.
assiciated -> associated
-rw-r--r--man/building.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/building.texi b/man/building.texi
index def46039c5f..ff73d0953b0 100644
--- a/man/building.texi
+++ b/man/building.texi
@@ -497,7 +497,7 @@ You activate this feature by setting the variable
497@code{tooltip-gud-tips-p} to @code{t}. Then you can display a 497@code{tooltip-gud-tips-p} to @code{t}. Then you can display a
498variable's value in a tooltip simply by pointing at it with the mouse. 498variable's value in a tooltip simply by pointing at it with the mouse.
499In graphical mode, with a C program, you can also display the #define 499In graphical mode, with a C program, you can also display the #define
500directive assiciated with an identifier when program is not executing. 500directive associated with an identifier when program is not executing.
501This operates in the GUD buffer and in source buffers with major modes 501This operates in the GUD buffer and in source buffers with major modes
502in the list @code{tooltip-gud-modes}. 502in the list @code{tooltip-gud-modes}.
503 503