aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-09-13 12:58:36 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-10-02 19:28:43 +0200
commit13f6f77ddee9e3e23c43d29ede5f1b39364b451f (patch)
tree27fc2f52da119d3ab24bd7aef1268d244ef2b077 /doc
parentRemove accidentially duplicated tests from merge. (diff)
downloadcalp-13f6f77ddee9e3e23c43d29ede5f1b39364b451f.tar.gz
calp-13f6f77ddee9e3e23c43d29ede5f1b39364b451f.tar.xz
Made displayln into a library export.
Diffstat (limited to 'doc')
-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