aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-10-23 03:14:09 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-10-23 03:14:09 +0200
commit44566612ab1cfc24b6ba521e1a3c1a638e2b6488 (patch)
tree467ced7aa5aca6f4dfba4bb819010802b214f414 /doc
parentSplit webdav tests into more files. (diff)
downloadcalp-44566612ab1cfc24b6ba521e1a3c1a638e2b6488.tar.gz
calp-44566612ab1cfc24b6ba521e1a3c1a638e2b6488.tar.xz
Fixup in documentation.
Diffstat (limited to 'doc')
-rw-r--r--doc/ref/object/object.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/ref/object/object.texi b/doc/ref/object/object.texi
index fe8afc59..a21ae9ea 100644
--- a/doc/ref/object/object.texi
+++ b/doc/ref/object/object.texi
@@ -76,10 +76,6 @@ Value the field should get if not given.
@deffn {Field Parameter} #:type type-clause
A type predicate that the field must obey. See @ref{type-clause} for details.
-
-Each type introduces a number of bindings, which are@footnote{
-@var{<name>} here refers to the name of the type
-}:
@end deffn
@deffn {Field Parameter} #:keyword name
@@ -93,6 +89,10 @@ symbol, and @emph{not} a keyword object.
@end example
@end deffn
+Each type introduces a number of bindings, which are@footnote{
+@var{<name>} here refers to the name of the type
+}:
+
@defun @var{<name>} [kv-args ...]
Type constructor. Takes key-value arguments. Where the keys are the
names of the fields.