diff options
| author | Richard M. Stallman | 2005-06-18 13:57:17 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-06-18 13:57:17 +0000 |
| commit | 342fd6cd64f3199cc46a08b28c1b7b15abcc168e (patch) | |
| tree | dd4459493ee270e3cd5be82ce8db972479cde113 /lispref/debugging.texi | |
| parent | 9a2625351f07c169ca526e4d1646efbcbb5cd223 (diff) | |
| download | emacs-342fd6cd64f3199cc46a08b28c1b7b15abcc168e.tar.gz emacs-342fd6cd64f3199cc46a08b28c1b7b15abcc168e.zip | |
Fix formatting ugliness.
Diffstat (limited to 'lispref/debugging.texi')
| -rw-r--r-- | lispref/debugging.texi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lispref/debugging.texi b/lispref/debugging.texi index 0af1f16127d..66663aad131 100644 --- a/lispref/debugging.texi +++ b/lispref/debugging.texi | |||
| @@ -471,15 +471,15 @@ entered--entering a function:} as a line of text at the top of the | |||
| 471 | buffer. | 471 | buffer. |
| 472 | 472 | ||
| 473 | @item debug | 473 | @item debug |
| 474 | @code{debug} as first argument indicates a call to @code{debug} | 474 | @code{debug} as first argument means @code{debug} was called because |
| 475 | because of entry to a function that was set to debug on entry. The | 475 | of entry to a function that was set to debug on entry. The debugger |
| 476 | debugger displays @samp{Debugger entered--entering a function:}, just | 476 | displays the string @samp{Debugger entered--entering a function:}, |
| 477 | as in the @code{lambda} case. It also marks the stack frame for that | 477 | just as in the @code{lambda} case. It also marks the stack frame for |
| 478 | function so that it will invoke the debugger when exited. | 478 | that function so that it will invoke the debugger when exited. |
| 479 | 479 | ||
| 480 | @item t | 480 | @item t |
| 481 | When the first argument is @code{t}, this indicates a call to | 481 | When the first argument is @code{t}, this indicates a call to |
| 482 | @code{debug} due to evaluation of a list form when | 482 | @code{debug} due to evaluation of a function call form when |
| 483 | @code{debug-on-next-call} is non-@code{nil}. The debugger displays | 483 | @code{debug-on-next-call} is non-@code{nil}. The debugger displays |
| 484 | @samp{Debugger entered--beginning evaluation of function call form:} | 484 | @samp{Debugger entered--beginning evaluation of function call form:} |
| 485 | as the top line in the buffer. | 485 | as the top line in the buffer. |