aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2004-08-27 23:28:06 +0000
committerLuc Teirlinck2004-08-27 23:28:06 +0000
commit254196f5a42e04a22f4bd377d1af7f6a42a40670 (patch)
tree609367efb6d62d6f1d877561cb66ba99fceda1ae
parent2e7cfad6327cd5a3119f173a95f3a349b62b2466 (diff)
downloademacs-254196f5a42e04a22f4bd377d1af7f6a42a40670.tar.gz
emacs-254196f5a42e04a22f4bd377d1af7f6a42a40670.zip
(Building): Interchange nodes (for correct numbering).
-rw-r--r--man/building.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/man/building.texi b/man/building.texi
index f7c1883e0d3..85240003eec 100644
--- a/man/building.texi
+++ b/man/building.texi
@@ -23,8 +23,8 @@ in the larger process of developing and maintaining programs.
23 with different facilities for running 23 with different facilities for running
24 the Lisp programs. 24 the Lisp programs.
25* Libraries: Lisp Libraries. Creating Lisp programs to run in Emacs. 25* Libraries: Lisp Libraries. Creating Lisp programs to run in Emacs.
26* Interaction: Lisp Interaction. Executing Lisp in an Emacs buffer.
27* Eval: Lisp Eval. Executing a single Lisp expression in Emacs. 26* Eval: Lisp Eval. Executing a single Lisp expression in Emacs.
27* Interaction: Lisp Interaction. Executing Lisp in an Emacs buffer.
28* External Lisp:: Communicating through Emacs with a separate Lisp. 28* External Lisp:: Communicating through Emacs with a separate Lisp.
29@end menu 29@end menu
30 30
@@ -644,7 +644,7 @@ to know GDB commands.
644@menu 644@menu
645* Layout:: Control the number of displayed buffers. 645* Layout:: Control the number of displayed buffers.
646* Breakpoints Buffer:: A breakpoint control panel. 646* Breakpoints Buffer:: A breakpoint control panel.
647* Stack Buffer:: Select a frame from the call stack. 647* Stack Buffer:: Select a frame from the call stack.
648* Watch Expressions:: Monitor variable values in the speedbar. 648* Watch Expressions:: Monitor variable values in the speedbar.
649* Other Buffers:: Input/output, locals, registers and assembler buffers. 649* Other Buffers:: Input/output, locals, registers and assembler buffers.
650@end menu 650@end menu
@@ -698,12 +698,12 @@ is the relevant buffer type e.g breakpoints.
698@node Breakpoints Buffer 698@node Breakpoints Buffer
699@subsubsection Breakpoints Buffer 699@subsubsection Breakpoints Buffer
700 700
701The breakpoints buffer shows the existing breakpoints and watchpoints 701The breakpoints buffer shows the existing breakpoints and watchpoints
702(@pxref{Breakpoints,,, gdb, The GNU debugger}). It has three special 702(@pxref{Breakpoints,,, gdb, The GNU debugger}). It has three special
703commands: 703commands:
704 704
705@table @kbd 705@table @kbd
706@item @key{SPC} 706@item @key{SPC}
707@kindex SPC @r{(GDB breakpoints buffer)} 707@kindex SPC @r{(GDB breakpoints buffer)}
708@findex gdb-toggle-breakpoint 708@findex gdb-toggle-breakpoint
709Enable/disable the breakpoint at the current line 709Enable/disable the breakpoint at the current line