aboutsummaryrefslogtreecommitdiff
path: root/doc/ref/general/io.texi
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-10-02 19:28:13 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-10-02 19:28:44 +0200
commita14c9600d3838595fafe7f3fb3b99fef8492a012 (patch)
tree396b659ba68b0ec626df07e184629e48e654a4d3 /doc/ref/general/io.texi
parentRewrite test running system. (diff)
downloadcalp-a14c9600d3838595fafe7f3fb3b99fef8492a012.tar.gz
calp-a14c9600d3838595fafe7f3fb3b99fef8492a012.tar.xz
Documentation work.
Diffstat (limited to '')
-rw-r--r--doc/ref/general/io.texi2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ref/general/io.texi b/doc/ref/general/io.texi
index 178df749..e7ff51fa 100644
--- a/doc/ref/general/io.texi
+++ b/doc/ref/general/io.texi
@@ -10,6 +10,8 @@ Like @code{open-*-file}, but ``-'' gives @code{standard-@{input,output@}}.
@defun read-lines port
Return a list of all lines read from port.
+
+The trailing newlines are @emph{not} part of the string.
@end defun
@defun with-atomic-output-to-file filename thunk