From: Stefan Monnier Date: Mon, 15 Jul 2002 20:37:12 +0000 (+0000) Subject: (Ftrace_to_stderr): Add usage to docstring. X-Git-Tag: ttn-vms-21-2-B4~14116 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e9757d41513cc2b68fd7f1e098b4bf6e0e041e64;p=emacs.git (Ftrace_to_stderr): Add usage to docstring. --- 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. */) DEFUN ("trace-to-stderr", Ftrace_to_stderr, Strace_to_stderr, 1, MANY, "", - doc: /* Like `format', but print result to stderr. */) + doc: /* Like `format', but print result to stderr. +usage: (trace-to-stderr STRING &rest OBJECTS) */) (nargs, args) int nargs; Lisp_Object *args;