From: Richard M. Stallman Date: Mon, 17 Jul 2006 21:07:55 +0000 (+0000) Subject: Comment change. X-Git-Tag: emacs-pretest-22.0.90~1395 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7ab56fea8a5fabe6b7fc290ac3811b93ccadd900;p=emacs.git Comment change. --- diff --git a/src/print.c b/src/print.c index 3f8982849d4..c36b9476f82 100644 --- a/src/print.c +++ b/src/print.c @@ -1032,7 +1032,9 @@ error message is constructed. */) } /* Print an error message for the error DATA onto Lisp output stream - STREAM (suitable for the print functions). */ + STREAM (suitable for the print functions). + CONTEXT is a C string describing the context of the error. + CALLER is the Lisp function inside which the error was signaled. */ void print_error_message (data, stream, context, caller)