diff options
| author | Glenn Morris | 2012-05-26 18:06:44 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-05-26 18:06:44 -0700 |
| commit | 33017fafd17d722e82a268e9b272f27df261e09d (patch) | |
| tree | 9c34640f09d51059804961d697ed9b07e19571d3 /doc/lispref/debugging.texi | |
| parent | caf8a9b2b301aba06735d403317b75b41df59bfe (diff) | |
| parent | ed7bebbb489cf6f893fc35a2a6714b0d8e7e8a90 (diff) | |
| download | emacs-33017fafd17d722e82a268e9b272f27df261e09d.tar.gz emacs-33017fafd17d722e82a268e9b272f27df261e09d.zip | |
Merge from emacs-24; up to 2012-04-24T08:35:02Z!lekktu@gmail.com
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 |