Show
Ignore:
Timestamp:
09/09/06 16:30:10 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/emacs-lisp/trace.el

    r4037 r4161  
    266266(defun trace-function-background (function &optional buffer) 
    267267  "Traces FUNCTION with trace output going quietly to BUFFER. 
    268 For every call of FUNCTION Lisp-style trace messages that display argument 
    269 and return values will be inserted into BUFFER.  This function generates the 
    270 trace advice for FUNCTION and activates it together with any other advice 
    271 there might be!! Trace output will quietly go to BUFFER without changing 
    272 the window or buffer configuration at all." 
     268When this tracing is enabled, every call to FUNCTION writes 
     269a Lisp-style trace message (showing the arguments and return value) 
     270into BUFFER.  This function generates advice to trace FUNCTION 
     271and activates it together with any other advice there might be. 
     272The trace output goes to BUFFER quietly, without changing 
     273the window or buffer configuration. 
     274 
     275BUFFER defaults to `trace-buffer'." 
    273276  (interactive 
    274277   (list