Mercurial > emacs
diff src/print.c @ 71951:478ceb2bebd8
Comment change.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Mon, 17 Jul 2006 21:07:55 +0000 |
| parents | cf0047ea0573 |
| children | 351a59835b3a 02e39decdc84 8a8e69664178 |
line wrap: on
line diff
--- a/src/print.c Mon Jul 17 21:07:29 2006 +0000 +++ b/src/print.c Mon Jul 17 21:07:55 2006 +0000 @@ -1032,7 +1032,9 @@ } /* 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)
