aboutsummaryrefslogtreecommitdiff
path: root/doc/ref/guile/util.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ref/guile/util.texi')
-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 ...