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: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/man/building.texi
Date: Sun, 07 Jul 2002 19:30:00 -0400

Index: emacs/man/building.texi
diff -c emacs/man/building.texi:1.23 emacs/man/building.texi:1.24
*** emacs/man/building.texi:1.23        Sat Mar 23 04:37:39 2002
--- emacs/man/building.texi     Sun Jul  7 19:29:35 2002
***************
*** 486,500 ****
  Run the program until the selected stack frame returns (or until it
  stops for some other reason).
  
! @item C-c C-j
! @kindex C-c C-j @r{(GUD)}
! @itemx C-x C-a C-j
  @findex gud-jump
! Only useful in a source buffer, (@code{gud-jump}) relocates the next
! instruction to the current line at point in a source buffer.  If the
! new execution line is in a different function from the previously one,
! you will be prompted for confirmation since the results may be
! bizarre.  See the GDB manual entry regarding @code{jump} for details.
  @end table
  
    These commands interpret a numeric argument as a repeat count, when
--- 486,501 ----
  Run the program until the selected stack frame returns (or until it
  stops for some other reason).
  
! @item C-x C-a C-j
! @kindex C-x C-a C-j @r{(GUD)}
  @findex gud-jump
! Only useful in a source buffer, (@code{gud-jump}) transfers the
! program's execution point to the current line.  In other words, the
! next line that the program executes will be the one where you gave the
! command.  If the new execution line is in a different function from
! the previously one, GDB prompts for confirmation since the results may
! be bizarre.  See the GDB manual entry regarding @code{jump} for
! details.
  @end table
  
    These commands interpret a numeric argument as a repeat count, when



reply via email to

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