diff options
| author | Luc Teirlinck | 2005-08-18 02:48:50 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2005-08-18 02:48:50 +0000 |
| commit | f72b052c2eb8b2ca39b5dab3a1c32b4b81261562 (patch) | |
| tree | 2953756e8fc72b535915b4652cbce05476b5ef81 | |
| parent | 17c30f4d2f41fa4748c9b1a34f14d58e7e42e316 (diff) | |
| download | emacs-f72b052c2eb8b2ca39b5dab3a1c32b4b81261562.tar.gz emacs-f72b052c2eb8b2ca39b5dab3a1c32b4b81261562.zip | |
(GDB Graphical Interface): Improve filling of menu item.
| -rw-r--r-- | man/building.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/building.texi b/man/building.texi index 2dd926c2c90..30daa8def26 100644 --- a/man/building.texi +++ b/man/building.texi | |||
| @@ -777,8 +777,8 @@ way, then you can use @kbd{M-x gdba} to invoke GDB in graphical mode. | |||
| 777 | * Breakpoints Buffer:: A breakpoint control panel. | 777 | * Breakpoints Buffer:: A breakpoint control panel. |
| 778 | * Stack Buffer:: Select a frame from the call stack. | 778 | * Stack Buffer:: Select a frame from the call stack. |
| 779 | * Watch Expressions:: Monitor variable values in the speedbar. | 779 | * Watch Expressions:: Monitor variable values in the speedbar. |
| 780 | * Other GDB User Interface Buffers:: Input/output, locals, registers, assembler, | 780 | * Other GDB User Interface Buffers:: Input/output, locals, registers, |
| 781 | threads and memory buffers. | 781 | assembler, threads and memory buffers. |
| 782 | @end menu | 782 | @end menu |
| 783 | 783 | ||
| 784 | @node GDB User Interface Layout | 784 | @node GDB User Interface Layout |