aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-06-23 04:21:16 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-06-23 04:21:16 +0200
commit8517a196f4110376ce769611594cd8692f72dc7c (patch)
treed6bf928850ffee9372d86a4587cc0bf6036b8521 /doc
parentLimit imports in (srfi srfi-41 util). (diff)
downloadcalp-8517a196f4110376ce769611594cd8692f72dc7c.tar.gz
calp-8517a196f4110376ce769611594cd8692f72dc7c.tar.xz
Remove ->str and ->quoted-string.
->str as an alias of ->string is removed. ->string is however left. ->quoted-string was always weird, and was only used once.
Diffstat (limited to 'doc')
-rw-r--r--doc/ref/guile/util.texi8
1 files changed, 1 insertions, 7 deletions
diff --git a/doc/ref/guile/util.texi b/doc/ref/guile/util.texi
index d7ed0785..f7a0f77e 100644
--- a/doc/ref/guile/util.texi
+++ b/doc/ref/guile/util.texi
@@ -310,16 +310,10 @@ non-unique keys, returning all mathing records (instead of just the first).
Returns the last element of @var{v}.
@end defun
-@defun ->str any
-@defunx ->string any
+@defun ->string any
Converts @var{any} to a string, as per @var{display}.
@end defun
-@defun ->quoted-string any
-Converts @var{any} to a string, as per @var{write}.
-@end defun
-
-
@defmac let-env bindings body ...
Similar to @var{let}, but sets environment variables for the code in