Mercurial > emacs
diff doc/lispref/debugging.texi @ 109267:71353caf35e3
Untabify doc/lispref/*.texi.
* abbrevs.texi, commands.texi, compile.texi, debugging.texi:
* display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
* frames.texi, functions.texi, internals.texi, keymaps.texi:
* loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
* searching.texi, sequences.texi, strings.texi, syntax.texi:
* text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
Untabify Texinfo files.
| author | Glenn Morris <rgm@gnu.org> |
|---|---|
| date | Tue, 22 Jun 2010 20:36:56 -0700 |
| parents | 1d1d5d9bd884 |
| children | 376148b31b5e |
line wrap: on
line diff
--- a/doc/lispref/debugging.texi Tue Jun 22 20:07:20 2010 -0700 +++ b/doc/lispref/debugging.texi Tue Jun 22 20:36:56 2010 -0700 @@ -28,7 +28,7 @@ @menu * Debugger:: How the Emacs Lisp debugger is implemented. -* Edebug:: A source-level Emacs Lisp debugger. +* Edebug:: A source-level Emacs Lisp debugger. * Syntax Errors:: How to find syntax errors. * Test Coverage:: Ensuring you have tested all branches in your code. * Compilation Errors:: How to find errors that show up in byte compilation. @@ -58,7 +58,7 @@ @menu * Error Debugging:: Entering the debugger when an error happens. -* Infinite Loops:: Stopping and debugging a program that doesn't exit. +* Infinite Loops:: Stopping and debugging a program that doesn't exit. * Function Debugging:: Entering it when a certain function is called. * Explicit Debug:: Entering it at a certain point in the program. * Using Debugger:: What the debugger does; what you see while in it.
