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,v


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/man/building.texi,v
Date: Tue, 15 Aug 2006 00:33:10 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Nick Roberts <nickrob>  06/08/15 00:33:10

Index: building.texi
===================================================================
RCS file: /sources/emacs/emacs/man/building.texi,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -b -r1.105 -r1.106
--- building.texi       1 Aug 2006 06:50:51 -0000       1.105
+++ building.texi       15 Aug 2006 00:33:09 -0000      1.106
@@ -1001,12 +1001,13 @@
 program.  @xref{Backtrace,, Backtraces, gdb, The GNU debugger}.
 
 @findex gdb-frames-select
-  The selected frame number is displayed in reverse contrast.  To
-select a frame in GDB, move point in the stack buffer to that stack
-frame and type @key{RET} (@code{gdb-frames-select}), or click
+An arrow in the fringe points to the selected frame or, if the fringe is
+not present, the number of the selected frame is displayed in reverse
+contrast.  To select a frame in GDB, move point in the stack buffer to
+that stack frame and type @key{RET} (@code{gdb-frames-select}), or click
 @kbd{Mouse-2} on a stack frame.  If the locals buffer is visible,
-selecting a stack frame updates it to display the local variables of
-the new frame.
+selecting a stack frame updates it to display the local variables of the
+new frame.
 
 @node Other GDB-UI Buffers
 @subsubsection Other Buffers
@@ -1018,7 +1019,7 @@
 the program 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-separate-io-buffer}.
-That takes effect when you next restart the program you are debugging.
+This takes effect when you next restart the program you are debugging.
 
 The history and replay commands from Shell mode are available here,
 as are the commands to send signals to the debugged program.




reply via email to

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