aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-02-01 00:56:04 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-02-01 00:59:36 +0100
commit0ba8cad706c3a9d051e9780a86c6a0048984a5f8 (patch)
tree9be52ab6975bd47ed2388b1d4d8538a88288f07d /doc
parentRemove (hnh util) exports without values. (diff)
downloadcalp-0ba8cad706c3a9d051e9780a86c6a0048984a5f8.tar.gz
calp-0ba8cad706c3a9d051e9780a86c6a0048984a5f8.tar.xz
Remove define-many.
It was only used in one module, and provided litle clarity over a simple set of define statementns.
Diffstat (limited to 'doc')
-rw-r--r--doc/ref/guile/util.texi6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/ref/guile/util.texi b/doc/ref/guile/util.texi
index 4a22b6c5..016c21c7 100644
--- a/doc/ref/guile/util.texi
+++ b/doc/ref/guile/util.texi
@@ -76,12 +76,6 @@ cases:
See @var{set!}, but also returns the final value.
@end defmac
-
-@defmac define-many
-@c TODO document me
-@end defmac
-
-
@defmac label name proc
Equivalent to
@lisp