]> git.eshelyaron.com Git - emacs.git/commitdiff
(trace-function-background): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Thu, 31 Aug 2006 23:10:24 +0000 (23:10 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 31 Aug 2006 23:10:24 +0000 (23:10 +0000)
lisp/emacs-lisp/trace.el

index 1ebf1186c2d9e40b3d31038ba9e9e90d762494f0..191be58c0b5950e687339b21b5c26c4e79c2781d 100644 (file)
@@ -265,11 +265,14 @@ display oriented stuff, use `trace-function-background' instead."
 ;;;###autoload
 (defun trace-function-background (function &optional buffer)
   "Traces FUNCTION with trace output going quietly to BUFFER.
-For every call of FUNCTION Lisp-style trace messages that display argument
-and return values will be inserted into BUFFER.  This function generates the
-trace advice for FUNCTION and activates it together with any other advice
-there might be!! Trace output will quietly go to BUFFER without changing
-the window or buffer configuration at all."
+When this tracing is enabled, every call to FUNCTION writes
+a Lisp-style trace message (showing the arguments and return value)
+into BUFFER.  This function generates advice to trace FUNCTION
+and activates it together with any other advice there might be.
+The trace output goes to BUFFER quietly, without changing
+the window or buffer configuration.
+
+BUFFER defaults to `trace-buffer'."
   (interactive
    (list
     (intern