diff options
| author | Nick Roberts | 2005-04-29 22:39:56 +0000 |
|---|---|---|
| committer | Nick Roberts | 2005-04-29 22:39:56 +0000 |
| commit | 758234634cef0bfbe40eb187509977201a04b0a8 (patch) | |
| tree | 3e718575696fd9bc99fe6852ee8752255e2092e7 | |
| parent | c9a0bd660b3f1a8280ce85f41fd49b4fdc24dafd (diff) | |
| download | emacs-758234634cef0bfbe40eb187509977201a04b0a8.tar.gz emacs-758234634cef0bfbe40eb187509977201a04b0a8.zip | |
(Debugger Operation): Spelling mistake.
assiciated -> associated
| -rw-r--r-- | man/building.texi | 2 |
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 |
| 498 | variable's value in a tooltip simply by pointing at it with the mouse. | 498 | variable's value in a tooltip simply by pointing at it with the mouse. |
| 499 | In graphical mode, with a C program, you can also display the #define | 499 | In graphical mode, with a C program, you can also display the #define |
| 500 | directive assiciated with an identifier when program is not executing. | 500 | directive associated with an identifier when program is not executing. |
| 501 | This operates in the GUD buffer and in source buffers with major modes | 501 | This operates in the GUD buffer and in source buffers with major modes |
| 502 | in the list @code{tooltip-gud-modes}. | 502 | in the list @code{tooltip-gud-modes}. |
| 503 | 503 | ||