diff options
| author | Nick Roberts | 2010-03-28 17:00:37 +1300 |
|---|---|---|
| committer | Nick Roberts | 2010-03-28 17:00:37 +1300 |
| commit | 22ef1944028e9ac89a9717439b175ce3230a4ba1 (patch) | |
| tree | 331c9715a5a2093abc1024f7b90b30b576d84f1c | |
| parent | 691cf4a0a2e4805dbfad20644a9748bf3597024a (diff) | |
| download | emacs-22ef1944028e9ac89a9717439b175ce3230a4ba1.tar.gz emacs-22ef1944028e9ac89a9717439b175ce3230a4ba1.zip | |
emacs.texi (Top): Update node names to those in building.texi.
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/emacs.texi | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index fa454dd976a..f4742c904bc 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-03-28 Nick Roberts <nickrob@snap.net.nz> | ||
| 2 | |||
| 3 | * emacs.texi (Top): Update node names to those in building.texi. | ||
| 4 | |||
| 1 | 2010-03-24 Glenn Morris <rgm@gnu.org> | 5 | 2010-03-24 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * ack.texi (Acknowledgments): | 7 | * ack.texi (Acknowledgments): |
diff --git a/doc/emacs/emacs.texi b/doc/emacs/emacs.texi index b77863e366b..0704b616543 100644 --- a/doc/emacs/emacs.texi +++ b/doc/emacs/emacs.texi | |||
| @@ -746,13 +746,13 @@ Running Debuggers Under Emacs | |||
| 746 | 746 | ||
| 747 | GDB Graphical Interface | 747 | GDB Graphical Interface |
| 748 | 748 | ||
| 749 | * GDB-UI Layout:: Control the number of displayed buffers. | 749 | * GDB User Interface Layout:: Control the number of displayed buffers. |
| 750 | * Source Buffers:: Use the mouse in the fringe/margin to | 750 | * Source Buffers:: Use the mouse in the fringe/margin to |
| 751 | control your program. | 751 | control your program. |
| 752 | * Breakpoints Buffer:: A breakpoint control panel. | 752 | * Breakpoints Buffer:: A breakpoint control panel. |
| 753 | * Threads Buffer:: Displays your threads. | 753 | * Threads Buffer:: Displays your threads. |
| 754 | * Stack Buffer:: Select a frame from the call stack. | 754 | * Stack Buffer:: Select a frame from the call stack. |
| 755 | * Other GDB-UI Buffers:: Input/output, locals, registers, | 755 | * Other GDB Buffers:: Input/output, locals, registers, |
| 756 | assembler, threads and memory buffers. | 756 | assembler, threads and memory buffers. |
| 757 | * Watch Expressions:: Monitor variable values in the speedbar. | 757 | * Watch Expressions:: Monitor variable values in the speedbar. |
| 758 | * Multithreaded Debugging:: Debugging programs with several threads. | 758 | * Multithreaded Debugging:: Debugging programs with several threads. |