diff options
Diffstat (limited to 'lineio.scm')
-rw-r--r-- | lineio.scm | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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) |