summaryrefslogtreecommitdiff
path: root/doc/ref/api-data.texi
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2019-11-14 21:37:00 +0100
committerAndy Wingo <wingo@pobox.com>2019-11-14 21:37:00 +0100
commit4b2c512b94bcdcfc2964f3b72da646ac95e11e82 (patch)
tree5b2adc0d9ae2220f01ba49b7721f0fb99fde6864 /doc/ref/api-data.texi
parent95efe14e449be5b80c8309ae91682696d6d79c9f (diff)
downloadguile-4b2c512b94bcdcfc2964f3b72da646ac95e11e82.tar.gz
Update NEWS for records and exceptions workwip-exceptions
* NEWS: Update. * doc/ref/api-data.texi (Records): Fix a typo.
Diffstat (limited to 'doc/ref/api-data.texi')
-rw-r--r--doc/ref/api-data.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ref/api-data.texi b/doc/ref/api-data.texi
index 2708ad5c7..0ea49485f 100644
--- a/doc/ref/api-data.texi
+++ b/doc/ref/api-data.texi
@@ -1,6 +1,6 @@
@c -*-texinfo-*-
@c This is part of the GNU Guile Reference Manual.
-@c Copyright (C) 1996, 1997, 2000-2004, 2006-2017
+@c Copyright (C) 1996, 1997, 2000-2004, 2006-2017, 2019
@c Free Software Foundation, Inc.
@c See the file guile.texi for copying conditions.
@@ -8632,7 +8632,7 @@ promise that records are disjoint with other Scheme types.
@deffn {Scheme Procedure} make-record-type type-name field-names [print] @
[#:parent=@code{#f}] [#:uid=@code{#f}] @
- [#:extensible?=@code{#f}] [#:opaque?] @
+ [#:extensible?=@code{#f}] [#:opaque?=@code{#f}] @
Create and return a new @dfn{record-type descriptor}.
@var{type-name} is a string naming the type. Currently it's only used