Mercurial > emacs
changeset 71951:478ceb2bebd8
Comment change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 17 Jul 2006 21:07:55 +0000 |
parents | ad94c37a2dfc |
children | 5021520a58bd |
files | src/print.c |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
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)