Show
Ignore:
Timestamp:
2006年07月29日 07時48分34秒 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lispref/edebug.texi

    r4111 r4131  
    15421542 
    15431543@defopt edebug-trace 
    1544 Non-@code{nil} means display a trace of function entry and exit. 
     1544If this is non-@code{nil}, trace each function entry and exit. 
    15451545Tracing output is displayed in a buffer named @samp{*edebug-trace*}, one 
    15461546function entry or exit per line, indented by the recursion level. 
    1547  
    1548 The default value is @code{nil}. 
    15491547 
    15501548Also see @code{edebug-tracing}, in @ref{Trace Buffer}.