From 484c37bc3bb1ed563f86d7c8116684ef2bbdf7aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 18 Oct 2023 03:03:41 +0200 Subject: Clarify keywordness for object field parameters. --- doc/ref/object/object.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ref/object/object.texi b/doc/ref/object/object.texi index 66409d43..fd9cb533 100644 --- a/doc/ref/object/object.texi +++ b/doc/ref/object/object.texi @@ -70,11 +70,11 @@ adds a field which can hold anything. However, a list with the target name as its first element can instead be given, with the tail containing keyword arguments as follows -@deffn {Field Parameter} default value +@deffn {Field Parameter} #:default value Value the field should get if not given. @end deffn -@deffn {Field Parameter} type type-clause +@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{ -- cgit v1.2.3