aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-10-18 03:03:41 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-10-18 03:03:41 +0200
commit484c37bc3bb1ed563f86d7c8116684ef2bbdf7aa (patch)
tree8b4b55e0602f9d5f441de28cb1902aa1f9867175
parentDocument sxml namespaced utils. (diff)
downloadcalp-484c37bc3bb1ed563f86d7c8116684ef2bbdf7aa.tar.gz
calp-484c37bc3bb1ed563f86d7c8116684ef2bbdf7aa.tar.xz
Clarify keywordness for object field parameters.
-rw-r--r--doc/ref/object/object.texi4
1 files 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{