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: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/man/building.texi
Date: Sat, 28 Aug 2004 12:00:28 -0400

Index: emacs/man/building.texi
diff -c emacs/man/building.texi:1.37 emacs/man/building.texi:1.38
*** emacs/man/building.texi:1.37        Thu Jun 10 04:23:24 2004
--- emacs/man/building.texi     Fri Aug 27 23:28:06 2004
***************
*** 23,30 ****
                            with different facilities for running
                            the Lisp programs.
  * Libraries: Lisp Libraries.      Creating Lisp programs to run in Emacs.
- * Interaction: Lisp Interaction.  Executing Lisp in an Emacs buffer.
  * Eval: Lisp Eval.      Executing a single Lisp expression in Emacs.
  * External Lisp::         Communicating through Emacs with a separate Lisp.
  @end menu
  
--- 23,30 ----
                            with different facilities for running
                            the Lisp programs.
  * Libraries: Lisp Libraries.      Creating Lisp programs to run in Emacs.
  * Eval: Lisp Eval.      Executing a single Lisp expression in Emacs.
+ * Interaction: Lisp Interaction.  Executing Lisp in an Emacs buffer.
  * External Lisp::         Communicating through Emacs with a separate Lisp.
  @end menu
  
***************
*** 644,650 ****
  @menu
  * Layout::               Control the number of displayed buffers.
  * Breakpoints Buffer::   A breakpoint control panel.
! * Stack Buffer::         Select a frame from the call stack. 
  * Watch Expressions::    Monitor variable values in the speedbar.
  * Other Buffers::        Input/output, locals, registers and assembler 
buffers.
  @end menu
--- 644,650 ----
  @menu
  * Layout::               Control the number of displayed buffers.
  * Breakpoints Buffer::   A breakpoint control panel.
! * Stack Buffer::         Select a frame from the call stack.
  * Watch Expressions::    Monitor variable values in the speedbar.
  * Other Buffers::        Input/output, locals, registers and assembler 
buffers.
  @end menu
***************
*** 698,709 ****
  @node Breakpoints Buffer
  @subsubsection Breakpoints Buffer
  
! The breakpoints buffer shows the existing breakpoints and watchpoints 
  (@pxref{Breakpoints,,, gdb, The GNU debugger}).  It has three special
  commands:
  
  @table @kbd
! @item @key{SPC} 
  @kindex SPC @r{(GDB breakpoints buffer)}
  @findex gdb-toggle-breakpoint
  Enable/disable the breakpoint at the current line
--- 698,709 ----
  @node Breakpoints Buffer
  @subsubsection Breakpoints Buffer
  
! The breakpoints buffer shows the existing breakpoints and watchpoints
  (@pxref{Breakpoints,,, gdb, The GNU debugger}).  It has three special
  commands:
  
  @table @kbd
! @item @key{SPC}
  @kindex SPC @r{(GDB breakpoints buffer)}
  @findex gdb-toggle-breakpoint
  Enable/disable the breakpoint at the current line




reply via email to

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