emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r110854: Doc fix for gdb-stopped-f


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r110854: Doc fix for gdb-stopped-functions.
Date: Tue, 13 Nov 2012 03:54:37 +0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110854
committer: Chong Yidong <address@hidden>
branch nick: emacs-24
timestamp: Tue 2012-11-13 03:54:37 +0800
message:
  Doc fix for gdb-stopped-functions.
  
  * building.texi (Multithreaded Debugging): gdb-stopped-hooks is
  actually named gdb-stopped-functions.
modified:
  doc/emacs/ChangeLog
  doc/emacs/building.texi
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2012-11-12 08:18:38 +0000
+++ b/doc/emacs/ChangeLog       2012-11-12 19:54:37 +0000
@@ -1,3 +1,8 @@
+2012-11-12  Chong Yidong  <address@hidden>
+
+       * building.texi (Multithreaded Debugging): gdb-stopped-hooks is
+       actually named gdb-stopped-functions.
+
 2012-11-12  Glenn Morris  <address@hidden>
 
        * misc.texi (Single Shell): Mention async-shell-command-buffer.

=== modified file 'doc/emacs/building.texi'
--- a/doc/emacs/building.texi   2012-10-27 05:03:52 +0000
+++ b/doc/emacs/building.texi   2012-11-12 19:54:37 +0000
@@ -1244,8 +1244,8 @@
 @code{gdb-switch-reasons} to select the stop reasons which will cause
 a thread switch.
 
address@hidden gdb-stopped-hooks
-  The variable @code{gdb-stopped-hooks} allows you to execute your
address@hidden gdb-stopped-functions
+  The variable @code{gdb-stopped-functions} allows you to execute your
 functions whenever some thread stops.
 
   In non-stop mode, you can switch between different modes for GUD


reply via email to

[Prev in Thread] Current Thread [Next in Thread]