summaryrefslogtreecommitdiff
path: root/lispref/edebug.texi
diff options
context:
space:
mode:
authorKarl Berry <karl@gnu.org>2006-07-18 13:50:29 +0000
committerKarl Berry <karl@gnu.org>2006-07-18 13:50:29 +0000
commit4299563601c230f9b51b47659fdec13bec3d30e2 (patch)
tree7dee021b15e4eaf25b348bfb9c04ca8167625777 /lispref/edebug.texi
parent4d30ce50e9361c678a1162a062591a5a556340f5 (diff)
downloademacs-4299563601c230f9b51b47659fdec13bec3d30e2.tar.gz
fix bad page breaks
Diffstat (limited to 'lispref/edebug.texi')
-rw-r--r--lispref/edebug.texi4
1 files changed, 1 insertions, 3 deletions
diff --git a/lispref/edebug.texi b/lispref/edebug.texi
index 731e04c5d1d..b2bab6030ed 100644
--- a/lispref/edebug.texi
+++ b/lispref/edebug.texi
@@ -1541,12 +1541,10 @@ The default value is @code{step}.
@end defopt
@defopt edebug-trace
-Non-@code{nil} means display a trace of function entry and exit.
+If this is non-@code{nil}, trace each function entry and exit.
Tracing output is displayed in a buffer named @samp{*edebug-trace*}, one
function entry or exit per line, indented by the recursion level.
-The default value is @code{nil}.
-
Also see @code{edebug-tracing}, in @ref{Trace Buffer}.
@end defopt