diff options
| -rw-r--r-- | man/building.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/building.texi b/man/building.texi index b3cd8187ede..2182cccd8b9 100644 --- a/man/building.texi +++ b/man/building.texi | |||
| @@ -515,6 +515,11 @@ the list @code{gud-tooltip-modes}. If the variable | |||
| 515 | @code{gud-tooltip-echo-area} is non-@code{nil} then the variable's | 515 | @code{gud-tooltip-echo-area} is non-@code{nil} then the variable's |
| 516 | value is displayed in the echo area. | 516 | value is displayed in the echo area. |
| 517 | 517 | ||
| 518 | With GDB in text command mode (@pxref{GDB Graphical Interface}), | ||
| 519 | it is possible that use of GUD tooltips can cause a function to be | ||
| 520 | called with harmful side-effects. In this case, Emacs disables | ||
| 521 | gud-tooltip-mode. | ||
| 522 | |||
| 518 | @node Commands of GUD | 523 | @node Commands of GUD |
| 519 | @subsection Commands of GUD | 524 | @subsection Commands of GUD |
| 520 | 525 | ||