aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/ChangeLog6
-rw-r--r--man/building.texi4
2 files changed, 8 insertions, 2 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index fbfa0aac236..703b3d3441f 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -16,10 +16,14 @@
16 16
172007-07-26 Dan Nicolaescu <dann@ics.uci.edu> 172007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
18 18
19 * vc2-xtra.texi (Customizing VC): Add GIT. 19 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
20 20
21 * dired.texi (Wdired): Mention C-x C-q key binding. 21 * dired.texi (Wdired): Mention C-x C-q key binding.
22 22
232007-07-28 Nick Roberts <nickrob@snap.net.nz>
24
25 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
26
232007-07-25 Glenn Morris <rgm@gnu.org> 272007-07-25 Glenn Morris <rgm@gnu.org>
24 28
25 * calc.texi (Copying) 29 * calc.texi (Copying)
diff --git a/man/building.texi b/man/building.texi
index 82ee57e8592..62e5f7b4316 100644
--- a/man/building.texi
+++ b/man/building.texi
@@ -832,7 +832,9 @@ session, or the custom variable @code{gud-gdb-command-name} for all
832future sessions. You need to use text command mode to debug multiple 832future sessions. You need to use text command mode to debug multiple
833programs within one Emacs session. If you have customized 833programs within one Emacs session. If you have customized
834@code{gud-gdb-command-name} in this way, you can use @kbd{M-x gdba} to 834@code{gud-gdb-command-name} in this way, you can use @kbd{M-x gdba} to
835invoke GDB in graphical mode. 835invoke GDB in graphical mode. Moreover, this command succeeds where
836@kbd{M-x gdb} fails, such as when your @file{.gdbinit} file contains
837executable GDB commands.
836 838
837@menu 839@menu
838* GDB-UI Layout:: Control the number of displayed buffers. 840* GDB-UI Layout:: Control the number of displayed buffers.