diff options
| author | Richard M. Stallman | 2006-07-17 21:07:55 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-07-17 21:07:55 +0000 |
| commit | 7ab56fea8a5fabe6b7fc290ac3811b93ccadd900 (patch) | |
| tree | 63be492d78a3e32c1b416d152711e73ece6e3984 | |
| parent | 05bdf2d724324294340c1c446ed9effcde25d675 (diff) | |
| download | emacs-7ab56fea8a5fabe6b7fc290ac3811b93ccadd900.tar.gz emacs-7ab56fea8a5fabe6b7fc290ac3811b93ccadd900.zip | |
Comment change.
| -rw-r--r-- | src/print.c | 4 |
1 files changed, 3 insertions, 1 deletions
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. */) | |||
| 1032 | } | 1032 | } |
| 1033 | 1033 | ||
| 1034 | /* Print an error message for the error DATA onto Lisp output stream | 1034 | /* Print an error message for the error DATA onto Lisp output stream |
| 1035 | STREAM (suitable for the print functions). */ | 1035 | STREAM (suitable for the print functions). |
| 1036 | CONTEXT is a C string describing the context of the error. | ||
| 1037 | CALLER is the Lisp function inside which the error was signaled. */ | ||
| 1036 | 1038 | ||
| 1037 | void | 1039 | void |
| 1038 | print_error_message (data, stream, context, caller) | 1040 | print_error_message (data, stream, context, caller) |