aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-03-01 03:57:53 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-07-07 21:14:09 +0200
commitf50f97fb8e050cc050c33ccf0d851b2437def68c (patch)
tree84abc4ae86f7aacb4e2ea9924acef0e64941e0a7 /doc
parentMove each imported symbol to own line for easier removal. (diff)
downloadcalp-f50f97fb8e050cc050c33ccf0d851b2437def68c.tar.gz
calp-f50f97fb8e050cc050c33ccf0d851b2437def68c.tar.xz
Remove case*.
It has its uses, but like others, its extra weight.
Diffstat (limited to 'doc')
-rw-r--r--doc/ref/guile/util.texi5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/ref/guile/util.texi b/doc/ref/guile/util.texi
index f7a0f77e..32df5fce 100644
--- a/doc/ref/guile/util.texi
+++ b/doc/ref/guile/util.texi
@@ -57,11 +57,6 @@ Only evaluates @var{expr} once.
@math{swap (λ (x y) body ...) ⇔ λ (y x) body ...}
@end defun
-@defmac case* clauses
-Like Scheme's regular @var{case}, but evaluates each symbol before
-checking against them.
-@end defmac
-
@defmac set! key value ...
@defmacx set! key = proc ...
@defmacx set! key = (op args ...) ...