changeset 68897:32dec66a83cf

(GDB Graphical Interface): Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
author Nick Roberts <nickrob@snap.net.nz>
date Tue, 14 Feb 2006 21:42:11 +0000
parents da69cee7c84c
children 69b4fdd2661f
files man/building.texi
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/man/building.texi	Tue Feb 14 21:39:26 2006 +0000
+++ b/man/building.texi	Tue Feb 14 21:42:11 2006 +0000
@@ -841,7 +841,7 @@
 +--------------------------------+--------------------------------+
 @end example
 
-  However, if @code{gdb-use-inferior-io-buffer} is @code{nil}, the I/O
+  However, if @code{gdb-use-separate-io-buffer} is @code{nil}, the I/O
 buffer does not appear and the source buffer occupies the full width
 of the frame.
 
@@ -972,12 +972,12 @@
 
 @table @asis
 @item Input/Output Buffer
-@vindex gdb-use-inferior-io-buffer
-If the variable @code{gdb-use-inferior-io-buffer} is non-@code{nil},
+@vindex gdb-use-separate-io-buffer
+If the variable @code{gdb-use-separate-io-buffer} is non-@code{nil},
 the executable program that is being debugged takes its input and
 displays its output here.  Otherwise it uses the GUD buffer for that.
 To toggle whether GUD mode uses this buffer, do @kbd{M-x
-gdb-use-inferior-io-buffer}.  That takes effect when you next
+gdb-use-separate-io-buffer}.  That takes effect when you next
 restart the program you are debugging.
 
 The history and replay commands from Shell mode are available here,