diff options
Diffstat (limited to 'lispref/edebug.texi')
-rw-r--r-- | lispref/edebug.texi | 4 |
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 |