aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-12-01 23:13:32 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2023-12-01 23:15:01 +0100
commit1a18c30f06b97392414a8a69f04b52918bdfe554 (patch)
tree421fdb303abf4adb3476debaa7287484076a4a84 /doc
parentProperly specify as-list and with-parameters interaction. (diff)
downloadcalp-1a18c30f06b97392414a8a69f04b52918bdfe554.tar.gz
calp-1a18c30f06b97392414a8a69f04b52918bdfe554.tar.xz
Repair format tests.
The test have been really broken for a while, since the return type of `parameters` changed somewhere along the line. The serializers are now updated to the new API, and the tests updated to compare components correctly!
Diffstat (limited to 'doc')
-rw-r--r--doc/ref/vcomponent/general.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/vcomponent/general.texi b/doc/ref/vcomponent/general.texi
index ab914a5b..0f12b417 100644
--- a/doc/ref/vcomponent/general.texi
+++ b/doc/ref/vcomponent/general.texi
@@ -103,7 +103,7 @@ Curried version of @var{prop}.
@defun properties comopnent
@example
-((key . value) ...)
+((key value) ...)
@end example
@end defun