diff options
author | Neil Jerram <neil@ossau.uklinux.net> | 2000-08-12 23:15:48 +0000 |
---|---|---|
committer | Neil Jerram <neil@ossau.uklinux.net> | 2000-08-12 23:15:48 +0000 |
commit | 2a2a730bfa8c911806f784b65969ec828462a08a (patch) | |
tree | f5777fe293c6370739e97501d2ecef44468a5d7a /libguile/root.c | |
parent | ee826bae22c7fd1bd62d49752552a6adb44b9c1c (diff) | |
download | guile-2a2a730bfa8c911806f784b65969ec828462a08a.tar.gz |
* Docstring fixes.
Diffstat (limited to 'libguile/root.c')
-rw-r--r-- | libguile/root.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libguile/root.c b/libguile/root.c index e58db5304..0a8c7a92d 100644 --- a/libguile/root.c +++ b/libguile/root.c @@ -359,8 +359,7 @@ SCM_DEFINE (scm_call_with_dynamic_root, "call-with-dynamic-root", 2, 0, 0, " (newline))\n" " (lambda (errcode) errcode))))\n" "@end example\n\n" - "The problem is, on what port will @samp{fnord\n" - "} be displayed? You\n" + "The problem is, on what port will @samp{fnord} be displayed? You\n" "might expect that because of the @code{with-output-to-port} that\n" "it will be displayed on the port bound to @code{some-port}. But it\n" "probably won't -- before evaluating the thunk, dynamic winds are\n" |