aboutsummaryrefslogtreecommitdiff
path: root/doc/ref/general
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-09-13 00:10:35 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-09-13 00:10:35 +0200
commit310ee19bfa2815e2cba82593ccf60c558f4a3172 (patch)
tree4dc5888a128e38e62cadcdad95da89bbfa0559be /doc/ref/general
parentMerge branch 'next' into datarewrite-structures (diff)
downloadcalp-310ee19bfa2815e2cba82593ccf60c558f4a3172.tar.gz
calp-310ee19bfa2815e2cba82593ccf60c558f4a3172.tar.xz
Repair texinfo files after merge.
Diffstat (limited to '')
-rw-r--r--doc/ref/general.texi1
-rw-r--r--doc/ref/general/data-formats.texi1
-rw-r--r--doc/ref/general/lens.texi3
3 files changed, 3 insertions, 2 deletions
diff --git a/doc/ref/general.texi b/doc/ref/general.texi
index b97dece0..a6fce4e7 100644
--- a/doc/ref/general.texi
+++ b/doc/ref/general.texi
@@ -29,3 +29,4 @@ of these should be generally useful in any project.
@include general/data-formats.texi
@include general/data-stores.texi
@include general/webdav.texi
+@include general/sxml.texi
diff --git a/doc/ref/general/data-formats.texi b/doc/ref/general/data-formats.texi
index 037d3ae7..592b3085 100644
--- a/doc/ref/general/data-formats.texi
+++ b/doc/ref/general/data-formats.texi
@@ -1,5 +1,6 @@
@node Data Formats
@section Data Formats
+
A data format is some way that an individual event may get serialized
to disk. The default is iCalendar (TODO reference RFC 5545), but
others might be available (TODO footnote and reference xcal).
diff --git a/doc/ref/general/lens.texi b/doc/ref/general/lens.texi
index eeddd6ca..e59b5d72 100644
--- a/doc/ref/general/lens.texi
+++ b/doc/ref/general/lens.texi
@@ -38,10 +38,9 @@ Focuses the element at index @var{idx} in a list.
@end deftp
@deftp {Scheme Lens} car*
-@deftp {Scheme Lens} cdr*
+@deftpx {Scheme Lens} cdr*
Focuses the first or second element of a pair.
@end deftp
@defun each object lens proc
@end defun
-