From 8517a196f4110376ce769611594cd8692f72dc7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 23 Jun 2022 04:21:16 +0200 Subject: 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. --- doc/ref/guile/util.texi | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'doc') 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 -- cgit v1.2.3