From 13f6f77ddee9e3e23c43d29ede5f1b39364b451f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 13 Sep 2023 12:58:36 +0200 Subject: Made displayln into a library export. --- doc/ref/general/io.texi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/ref') 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 -- cgit v1.2.3