diff options
Diffstat (limited to 'doc/lispref/debugging.texi')
| -rw-r--r-- | doc/lispref/debugging.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/debugging.texi b/doc/lispref/debugging.texi index 3c446b07f60..dc315764c7c 100644 --- a/doc/lispref/debugging.texi +++ b/doc/lispref/debugging.texi | |||
| @@ -447,7 +447,7 @@ erroneously show up in this list. | |||
| 447 | Here we describe in full detail the function @code{debug} that is used | 447 | Here we describe in full detail the function @code{debug} that is used |
| 448 | to invoke the debugger. | 448 | to invoke the debugger. |
| 449 | 449 | ||
| 450 | @defun debug &rest debugger-args | 450 | @deffn Command debug &rest debugger-args |
| 451 | This function enters the debugger. It switches buffers to a buffer | 451 | This function enters the debugger. It switches buffers to a buffer |
| 452 | named @file{*Backtrace*} (or @file{*Backtrace*<2>} if it is the second | 452 | named @file{*Backtrace*} (or @file{*Backtrace*<2>} if it is the second |
| 453 | recursive entry to the debugger, etc.), and fills it with information | 453 | recursive entry to the debugger, etc.), and fills it with information |
| @@ -534,7 +534,7 @@ are printed on the top line of the buffer. You can use this feature to | |||
| 534 | display messages---for example, to remind yourself of the conditions | 534 | display messages---for example, to remind yourself of the conditions |
| 535 | under which @code{debug} is called. | 535 | under which @code{debug} is called. |
| 536 | @end table | 536 | @end table |
| 537 | @end defun | 537 | @end deffn |
| 538 | 538 | ||
| 539 | @node Internals of Debugger | 539 | @node Internals of Debugger |
| 540 | @subsection Internals of the Debugger | 540 | @subsection Internals of the Debugger |