aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/emacs/ChangeLog5
-rw-r--r--doc/emacs/building.texi4
2 files changed, 5 insertions, 4 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 508dbbf8021..35e635eec28 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,8 @@
12012-09-17 Chong Yidong <cyd@gnu.org>
2
3 * building.texi (GDB User Interface Layout): Remove reference to
4 removed variable gdb-use-separate-io-buffer (Bug#12454).
5
12012-09-08 Jambunathan K <kjambunathan@gmail.com> 62012-09-08 Jambunathan K <kjambunathan@gmail.com>
2 7
3 * regs.texi (Text Registers): `C-x r +' can now be used instead of 8 * regs.texi (Text Registers): `C-x r +' can now be used instead of
diff --git a/doc/emacs/building.texi b/doc/emacs/building.texi
index 05ea667e5f7..21948f181fb 100644
--- a/doc/emacs/building.texi
+++ b/doc/emacs/building.texi
@@ -888,10 +888,6 @@ displays the following frame layout:
888@end group 888@end group
889@end smallexample 889@end smallexample
890 890
891 However, if @code{gdb-use-separate-io-buffer} is @code{nil}, the I/O
892buffer does not appear and the primary source buffer occupies the full
893width of the frame.
894
895@findex gdb-restore-windows 891@findex gdb-restore-windows
896@findex gdb-many-windows 892@findex gdb-many-windows
897 If you ever change the window layout, you can restore the ``many 893 If you ever change the window layout, you can restore the ``many