From 44566612ab1cfc24b6ba521e1a3c1a638e2b6488 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 23 Oct 2023 03:14:09 +0200 Subject: Fixup in documentation. --- doc/ref/object/object.texi | 8 ++++---- 1 file 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{} 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{} here refers to the name of the type +}: + @defun @var{} [kv-args ...] Type constructor. Takes key-value arguments. Where the keys are the names of the fields. -- cgit v1.2.3