aboutsummaryrefslogtreecommitdiff
path: root/doc/ref/general/io.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ref/general/io.texi')
-rw-r--r--doc/ref/general/io.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ref/general/io.texi b/doc/ref/general/io.texi
index 3f67700b..178df749 100644
--- a/doc/ref/general/io.texi
+++ b/doc/ref/general/io.texi
@@ -29,3 +29,7 @@ the file, and @code{#f} otherwise.
@defun read-file path
Open file at path, and return its content as a string.
@end defun
+
+@defun displayln x [port]
+Calls @code{display}, followed by @code{newline}.
+@end defun