diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index d391a37f229..896740367f8 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -12471,7 +12471,8 @@ With ARG, turn tracing on if and only if ARG is positive. */) | |||
| 12471 | 12471 | ||
| 12472 | 12472 | ||
| 12473 | DEFUN ("trace-to-stderr", Ftrace_to_stderr, Strace_to_stderr, 1, MANY, "", | 12473 | DEFUN ("trace-to-stderr", Ftrace_to_stderr, Strace_to_stderr, 1, MANY, "", |
| 12474 | doc: /* Like `format', but print result to stderr. */) | 12474 | doc: /* Like `format', but print result to stderr. |
| 12475 | usage: (trace-to-stderr STRING &rest OBJECTS) */) | ||
| 12475 | (nargs, args) | 12476 | (nargs, args) |
| 12476 | int nargs; | 12477 | int nargs; |
| 12477 | Lisp_Object *args; | 12478 | Lisp_Object *args; |