aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
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