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.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