From 87b82b5822ca54228cfa6df29be3ad9d4bc47d16 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 20 Feb 2017 00:05:28 -0800 Subject: Import Upstream version 2d2 --- lineio.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lineio.scm') diff --git a/lineio.scm b/lineio.scm index c80ece8..38a7b87 100644 --- a/lineio.scm +++ b/lineio.scm @@ -1,9 +1,9 @@ ; "lineio.scm", line oriented input/output functions for Scheme. ; Copyright (c) 1992, 1993 Aubrey Jaffer ; -;Permission to copy this software, to redistribute it, and to use it -;for any purpose is granted, subject to the following restrictions and -;understandings. +;Permission to copy this software, to modify it, to redistribute it, +;to distribute modified versions, and to use it for any purpose is +;granted, subject to the following restrictions and understandings. ; ;1. Any copy made of this software must include this copyright notice ;in full. @@ -61,7 +61,7 @@ ;;@args string ;;@args string port ;;Writes @1 followed by a newline to the given @var{port} and returns -;;an unspecified value. The @var{Port} argument may be omited, in +;;an unspecified value. The @var{Port} argument may be omitted, in ;;which case it defaults to the value returned by ;;@code{current-input-port}.@refill (define (write-line str . port) -- cgit v1.2.3