diff options
author | Neil Jerram <neil@ossau.uklinux.net> | 2001-05-04 21:54:00 +0000 |
---|---|---|
committer | Neil Jerram <neil@ossau.uklinux.net> | 2001-05-04 21:54:00 +0000 |
commit | 7a095584a9bc80eafb9563d1b83b40d9e1f372bf (patch) | |
tree | 7b2e71bb559fef242e62616b3beb0a2ed67294c0 /libguile/vports.c | |
parent | f92a9df0ff2a0a93153745e27677d59841ac650b (diff) | |
download | guile-7a095584a9bc80eafb9563d1b83b40d9e1f372bf.tar.gz |
* eval.c (scm_promise_p), list.c (scm_append_x, scm_reverse_x),
symbols.c (scm_symbol_to_string), vports.c (scm_make_soft_port):
Change R4RS references to R5RS.
* guile-snarf.awk.in: Fixes so that (i) blank lines in the
docstring source are correctly reproduced in the output (ii)
we don't anymore get occasional trailing quotes. Also reorganized
and commented the code a little.
* scmsigs.c (scm_raise), throw.c (scm_throw): Docstring format
fixes.
* new-docstrings.texi, posix.texi, scheme-control.texi,
scheme-data.texi, scheme-debug.texi, scheme-evaluation.texi,
scheme-io.texi, scheme-memory.texi, scheme-procedures.texi:
Automatic docstring updates (mostly argument name updates and
blank lines).
* scheme-modules.texi: Change double hyphens to single.
* scheme-control.texi (Lazy Catch): Completed.
* posix.texi (Network Databases and Address Conversion): New
subsubsection `IPv6 Address Conversion'.
Diffstat (limited to 'libguile/vports.c')
-rw-r--r-- | libguile/vports.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/vports.c b/libguile/vports.c index 9a4975aff..ba4230e50 100644 --- a/libguile/vports.c +++ b/libguile/vports.c @@ -171,7 +171,7 @@ SCM_DEFINE (scm_make_soft_port, "make-soft-port", 2, 0, 0, "there is no useful operation for them to perform.\n" "\n" "If thunk 3 returns @code{#f} or an @code{eof-object}\n" - "(@pxref{Input, eof-object?, ,r4rs, The Revised^4 Report on\n" + "(@pxref{Input, eof-object?, ,r5rs, The Revised^5 Report on\n" "Scheme}) it indicates that the port has reached end-of-file.\n" "For example:\n" "\n" |