| 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." |
|---|
| | 268 | When this tracing is enabled, every call to FUNCTION writes |
|---|
| | 269 | a Lisp-style trace message (showing the arguments and return value) |
|---|
| | 270 | into BUFFER. This function generates advice to trace FUNCTION |
|---|
| | 271 | and activates it together with any other advice there might be. |
|---|
| | 272 | The trace output goes to BUFFER quietly, without changing |
|---|
| | 273 | the window or buffer configuration. |
|---|
| | 274 | |
|---|
| | 275 | BUFFER defaults to `trace-buffer'." |
|---|