changeset 56808:00b9078008ef

(Building): Interchange nodes (for correct numbering).
author Luc Teirlinck <teirllm@auburn.edu>
date Fri, 27 Aug 2004 23:28:06 +0000
parents d2c0e48f4d5a
children bc1eb92f6563
files man/building.texi
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/man/building.texi	Fri Aug 27 23:25:13 2004 +0000
+++ b/man/building.texi	Fri Aug 27 23:28:06 2004 +0000
@@ -23,8 +23,8 @@
                           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.
-* Eval: Lisp Eval.      Executing a single Lisp expression in Emacs.
 * External Lisp::         Communicating through Emacs with a separate Lisp.
 @end menu
 
@@ -644,7 +644,7 @@
 @menu
 * Layout::               Control the number of displayed buffers.
 * Breakpoints Buffer::   A breakpoint control panel.
-* Stack Buffer::         Select a frame from the call stack. 
+* 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,12 +698,12 @@
 @node Breakpoints Buffer
 @subsubsection Breakpoints Buffer
 
-The breakpoints buffer shows the existing breakpoints and watchpoints 
+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} 
+@item @key{SPC}
 @kindex SPC @r{(GDB breakpoints buffer)}
 @findex gdb-toggle-breakpoint
 Enable/disable the breakpoint at the current line