]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment change.
authorRichard M. Stallman <rms@gnu.org>
Mon, 17 Jul 2006 21:07:55 +0000 (21:07 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 17 Jul 2006 21:07:55 +0000 (21:07 +0000)
src/print.c

index 3f8982849d4f2ff4fdef47281d519934d11f5439..c36b9476f8283e90f4cbdcec805f80418dbaae58 100644 (file)
@@ -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)