summaryrefslogtreecommitdiff
path: root/doc/ref/api-control.texi
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2016-06-08 10:19:27 +0200
committerAndy Wingo <wingo@pobox.com>2016-06-08 10:19:27 +0200
commita21f6467acdbd80de811574c8e7959c215adea2a (patch)
tree54d171792a8281dc6c8d4842a28a5727707d928f /doc/ref/api-control.texi
parent6eee08874bce2b650f79932e30195369670a2fdd (diff)
downloadguile-a21f6467acdbd80de811574c8e7959c215adea2a.tar.gz
Big ports documentation update
* doc/ref/api-io.texi: Update to document ports more thoroughly. Still some work needed. * doc/ref/r6rs.texi: Move ports documentation back to r6rs.texi, now that Guile has a more thorough binary/textual I/O story, heavily based on R6RS. * doc/ref/api-control.texi: * doc/ref/api-data.texi: * doc/ref/api-options.texi: * doc/ref/misc-modules.texi: * doc/ref/posix.texi: * doc/ref/srfi-modules.texi: Update references.
Diffstat (limited to 'doc/ref/api-control.texi')
-rw-r--r--doc/ref/api-control.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ref/api-control.texi b/doc/ref/api-control.texi
index 4253a206a..a1eacd6c8 100644
--- a/doc/ref/api-control.texi
+++ b/doc/ref/api-control.texi
@@ -1801,8 +1801,8 @@ In @code{scm_wrong_type_arg_msg}, @var{expected} is a C string
describing the type of argument that was expected.
In @code{scm_misc_error}, @var{message} is the error message string,
-possibly containing @code{simple-format} escapes (@pxref{Writing}), and
-the corresponding arguments in the @var{args} list.
+possibly containing @code{simple-format} escapes (@pxref{Simple
+Output}), and the corresponding arguments in the @var{args} list.
@end deftypefn