aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-09-07 15:34:55 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-09-07 15:34:55 +0200
commit517aa9c28f6b321af712aed04f42859061f96780 (patch)
tree978f306e5313b70cbe0d62fb2c200e0e504c2ca0
parentRemove accidental extra 'vcomponent control' module. (diff)
downloadcalp-517aa9c28f6b321af712aed04f42859061f96780.tar.gz
calp-517aa9c28f6b321af712aed04f42859061f96780.tar.xz
Fix info declaration of `extract`.
-rw-r--r--doc/ref/calp.texi1
-rw-r--r--doc/ref/guile/vcomponent.texi6
2 files changed, 4 insertions, 3 deletions
diff --git a/doc/ref/calp.texi b/doc/ref/calp.texi
index 4dac681b..e8464edf 100644
--- a/doc/ref/calp.texi
+++ b/doc/ref/calp.texi
@@ -1,4 +1,5 @@
\input texinfo
+@setfilename calp.info
@settitle Calp
@copying
diff --git a/doc/ref/guile/vcomponent.texi b/doc/ref/guile/vcomponent.texi
index 299ae1da..a0f3438e 100644
--- a/doc/ref/guile/vcomponent.texi
+++ b/doc/ref/guile/vcomponent.texi
@@ -89,10 +89,10 @@ have parent in its parent slot
@end lisp
@end deffn
-@deffn (extract field) vcomponent
-@deffnx (extract* field) vcomponent
+@defun {(extract field)} vcomponent
+@defunx {(extract* field)} vcomponent
Curried version of @var{prop}.
-@end deffn
+@end defun
@defun delete-property! component key
@end defun