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: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/man/building.texi
Date: Tue, 19 Apr 2005 05:45:11 -0400

Index: emacs/man/building.texi
diff -c emacs/man/building.texi:1.51 emacs/man/building.texi:1.52
*** emacs/man/building.texi:1.51        Mon Mar 28 21:04:39 2005
--- emacs/man/building.texi     Tue Apr 19 09:45:11 2005
***************
*** 163,170 ****
  follow output as it comes in.
  
  @table @kbd
! @item C-x `
  Visit the locus of the next compiler error message or @code{grep} match.
  @item @key{RET}
  Visit the locus of the error message that point is on.
  This command is used in the compilation buffer.
--- 163,175 ----
  follow output as it comes in.
  
  @table @kbd
! @item M-g M-n
! @itemx M-g n
! @itemx C-x `
  Visit the locus of the next compiler error message or @code{grep} match.
+ @item M-g M-p
+ @itemx M-g p
+ Visit the locus of the previous compiler error message or @code{grep} match.
  @item @key{RET}
  Visit the locus of the error message that point is on.
  This command is used in the compilation buffer.
***************
*** 187,192 ****
--- 192,199 ----
  compilation buffer produce automatic source display.
  @end table
  
+ @kindex M-g M-n
+ @kindex M-g n
  @kindex C-x `
  @findex next-error
    You can visit the source for any particular error message by moving




reply via email to

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