emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/print.c,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/print.c,v
Date: Mon, 17 Jul 2006 21:07:55 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       06/07/17 21:07:55

Index: print.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/print.c,v
retrieving revision 1.223
retrieving revision 1.224
diff -u -b -r1.223 -r1.224
--- print.c     20 Apr 2006 11:37:08 -0000      1.223
+++ print.c     17 Jul 2006 21:07:55 -0000      1.224
@@ -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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]