emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/man/building.texi


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/man/building.texi
Date: Tue, 14 Feb 2006 21:42:11 +0000

Index: emacs/man/building.texi
diff -u emacs/man/building.texi:1.87 emacs/man/building.texi:1.88
--- emacs/man/building.texi:1.87        Sun Feb 12 20:27:00 2006
+++ emacs/man/building.texi     Tue Feb 14 21:42:11 2006
@@ -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
address@hidden gdb-use-inferior-io-buffer
-If the variable @code{gdb-use-inferior-io-buffer} is address@hidden,
address@hidden gdb-use-separate-io-buffer
+If the variable @code{gdb-use-separate-io-buffer} is address@hidden,
 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,




reply via email to

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