summaryrefslogtreecommitdiff
path: root/lispref/debugging.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2005-06-18 13:57:17 +0000
committerRichard M. Stallman <rms@gnu.org>2005-06-18 13:57:17 +0000
commit342fd6cd64f3199cc46a08b28c1b7b15abcc168e (patch)
treedd4459493ee270e3cd5be82ce8db972479cde113 /lispref/debugging.texi
parent9a2625351f07c169ca526e4d1646efbcbb5cd223 (diff)
Fix formatting ugliness.
Diffstat (limited to 'lispref/debugging.texi')
-rw-r--r--lispref/debugging.texi12
1 files changed, 6 insertions, 6 deletions
diff --git a/lispref/debugging.texi b/lispref/debugging.texi
index 0af1f16127..66663aad13 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
buffer.
@item debug
-@code{debug} as first argument indicates a call to @code{debug}
-because of entry to a function that was set to debug on entry. The
-debugger displays @samp{Debugger entered--entering a function:}, just
-as in the @code{lambda} case. It also marks the stack frame for that
-function so that it will invoke the debugger when exited.
+@code{debug} as first argument means @code{debug} was called because
+of entry to a function that was set to debug on entry. The debugger
+displays the string @samp{Debugger entered--entering a function:},
+just as in the @code{lambda} case. It also marks the stack frame for
+that function so that it will invoke the debugger when exited.
@item t
When the first argument is @code{t}, this indicates a call to
-@code{debug} due to evaluation of a list form when
+@code{debug} due to evaluation of a function call form when
@code{debug-on-next-call} is non-@code{nil}. The debugger displays
@samp{Debugger entered--beginning evaluation of function call form:}
as the top line in the buffer.