aboutsummaryrefslogtreecommitdiff
path: root/doc/ref/guile/util.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ref/guile/util.texi')
-rw-r--r--doc/ref/guile/util.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ref/guile/util.texi b/doc/ref/guile/util.texi
index f60e2059..72aa30b1 100644
--- a/doc/ref/guile/util.texi
+++ b/doc/ref/guile/util.texi
@@ -372,6 +372,11 @@ the file, and @code{#f} otherwise.
@defun call-with-tmpfile proc [#:tmpl ``/tmp/file-XXXXXXX'']
@end defun
+@defun ->port port-or-strings
+If @var{port-or-string} is a port, return it directly. If it's a
+string, instead return an input string containing the strings content.
+@end defun
+
@c Is this even a procedure?
@defun read-file path
Open file at path, and return its content as a string.