diff options
author | Neil Jerram <neil@ossau.uklinux.net> | 2000-08-11 15:12:37 +0000 |
---|---|---|
committer | Neil Jerram <neil@ossau.uklinux.net> | 2000-08-11 15:12:37 +0000 |
commit | 872e0c7291add805ac889b31ae7e5cbf0122bbaa (patch) | |
tree | d718ce73df5b36e6190b3ce4784f1806051dbbf8 /libguile/error.c | |
parent | 41d7d2af429d0901f0aaff881ee432f5a241b3df (diff) | |
download | guile-872e0c7291add805ac889b31ae7e5cbf0122bbaa.tar.gz |
* macros.c: Remove surplus newlines from end of docstrings.
* list.c (scm_list_tail): Add @deffnx line to docstring for
list-cdr-ref.
* keywords.c: Docstring improvements in conjunction with new
reference manual doc on keywords.
* error.c (scm_error_scm): Fix texinfo syntax error in
docstring. (@code(~S) should be @code{~S}.)
* dynl.c: Remove surplus newlines from end of docstrings.
Diffstat (limited to 'libguile/error.c')
-rw-r--r-- | libguile/error.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/error.c b/libguile/error.c index fa409bcef..4790df734 100644 --- a/libguile/error.c +++ b/libguile/error.c @@ -106,7 +106,7 @@ SCM_DEFINE (scm_error_scm, "scm-error", 5, 0, 0, "is the error message string, possibly containing @code{~S} and @code{~A}\n" "escapes. When an error is reported, these are replaced by formating the\n" "corresponding members of @var{args}: @code{~A} (was @code{%s}) formats using @code{display}\n" - "and @code(~S) (was @code{%S}) formats using @code{write}. @var{data} is a\n" + "and @code{~S} (was @code{%S}) formats using @code{write}. @var{data} is a\n" "list or @code{#f} depending on @var{key}: if @var{key} is\n" "@code{system-error} then it should be a list\n" "containing the Unix @code{errno} value; If @var{key} is @code{signal} then\n" |