aboutsummaryrefslogtreecommitdiff
path: root/doc/ref
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-07-23 23:34:34 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-08-18 16:38:37 +0200
commit9e859e1b1368b1f03a556cae9f91df94ca217017 (patch)
tree0a7d1402b5da1904c1ca94d00e7e12fdc2a71991 /doc/ref
parentGeneral cleanup around cpp. (diff)
downloadcalp-9e859e1b1368b1f03a556cae9f91df94ca217017.tar.gz
calp-9e859e1b1368b1f03a556cae9f91df94ca217017.tar.xz
Minor general cleanup.
Diffstat (limited to 'doc/ref')
-rw-r--r--doc/ref/guile/util.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/guile/util.texi b/doc/ref/guile/util.texi
index 222b59c5..b5cce99a 100644
--- a/doc/ref/guile/util.texi
+++ b/doc/ref/guile/util.texi
@@ -54,7 +54,7 @@ Only evaluates @var{expr} once.
@defun swap f
-@math{swap (λ (x y) body ...) ⇔ λ (y x) body ...}
+@math{(swap (λ (x y) body ...)) ⇔ (λ (y x) body ...)}
@end defun
@defmac set! key value ...