diff options
author | Greg J. Badros <gjb@cs.washington.edu> | 2000-01-09 01:07:17 +0000 |
---|---|---|
committer | Greg J. Badros <gjb@cs.washington.edu> | 2000-01-09 01:07:17 +0000 |
commit | 2fdcf8bdf04dcbe8848a42db1317029e798cb752 (patch) | |
tree | 03a9d9671bea70bc6f240b335480fecbe1dbe39a /libguile/backtrace.c | |
parent | 2de257bd0594f64e85feb2e3eddac49357cd04a8 (diff) | |
download | guile-2fdcf8bdf04dcbe8848a42db1317029e798cb752.tar.gz |
* backtrace.c: Fix spelling typo in a comment.
* snarf.h: Use new SCM_DOCS macro to encapsulate the non SCM_INIT
text. Reformatted some of the expansions.
Diffstat (limited to 'libguile/backtrace.c')
-rw-r--r-- | libguile/backtrace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/backtrace.c b/libguile/backtrace.c index 8640b3753..343cea135 100644 --- a/libguile/backtrace.c +++ b/libguile/backtrace.c @@ -232,7 +232,7 @@ struct display_error_handler_data { Note that it is very important that this handler *doesn't* try to print more than the error tag, since the error very probably is caused by an erroneous print call-back routine. If we would - tru to print all objects, we would enter an infinite loop. */ + try to print all objects, we would enter an infinite loop. */ static SCM display_error_handler (struct display_error_handler_data *data, SCM tag, SCM args) |