aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/debugging.texi
diff options
context:
space:
mode:
authorGlenn Morris2012-05-26 18:06:44 -0700
committerGlenn Morris2012-05-26 18:06:44 -0700
commit33017fafd17d722e82a268e9b272f27df261e09d (patch)
tree9c34640f09d51059804961d697ed9b07e19571d3 /doc/lispref/debugging.texi
parentcaf8a9b2b301aba06735d403317b75b41df59bfe (diff)
parented7bebbb489cf6f893fc35a2a6714b0d8e7e8a90 (diff)
downloademacs-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.texi4
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
448to invoke the debugger. 448to invoke the debugger.
449 449
450@defun debug &rest debugger-args 450@deffn Command debug &rest debugger-args
451This function enters the debugger. It switches buffers to a buffer 451This function enters the debugger. It switches buffers to a buffer
452named @file{*Backtrace*} (or @file{*Backtrace*<2>} if it is the second 452named @file{*Backtrace*} (or @file{*Backtrace*<2>} if it is the second
453recursive entry to the debugger, etc.), and fills it with information 453recursive 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
534display messages---for example, to remind yourself of the conditions 534display messages---for example, to remind yourself of the conditions
535under which @code{debug} is called. 535under 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