aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/emacs/ChangeLog5
-rw-r--r--doc/emacs/building.texi4
2 files changed, 7 insertions, 2 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 4591cfb99fe..45d4377f34a 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,8 @@
12012-11-12 Chong Yidong <cyd@gnu.org>
2
3 * building.texi (Multithreaded Debugging): gdb-stopped-hooks is
4 actually named gdb-stopped-functions.
5
12012-11-12 Glenn Morris <rgm@gnu.org> 62012-11-12 Glenn Morris <rgm@gnu.org>
2 7
3 * misc.texi (Single Shell): Mention async-shell-command-buffer. 8 * misc.texi (Single Shell): Mention async-shell-command-buffer.
diff --git a/doc/emacs/building.texi b/doc/emacs/building.texi
index 3a3630138de..e0ea72902fb 100644
--- a/doc/emacs/building.texi
+++ b/doc/emacs/building.texi
@@ -1244,8 +1244,8 @@ depending on the reason which caused the stop. Customize the variable
1244@code{gdb-switch-reasons} to select the stop reasons which will cause 1244@code{gdb-switch-reasons} to select the stop reasons which will cause
1245a thread switch. 1245a thread switch.
1246 1246
1247@vindex gdb-stopped-hooks 1247@vindex gdb-stopped-functions
1248 The variable @code{gdb-stopped-hooks} allows you to execute your 1248 The variable @code{gdb-stopped-functions} allows you to execute your
1249functions whenever some thread stops. 1249functions whenever some thread stops.
1250 1250
1251 In non-stop mode, you can switch between different modes for GUD 1251 In non-stop mode, you can switch between different modes for GUD