mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-24 05:21:20 -08:00
manual: include the file gray-streams.txi
This commit is contained in:
parent
e628211be7
commit
8d2fb75ee1
2 changed files with 7 additions and 9 deletions
|
|
@ -1,9 +1,8 @@
|
|||
@node Gray streams
|
||||
@section Gray streams
|
||||
@node Gray Streams
|
||||
@section Gray Streams
|
||||
|
||||
@defun{close} {@var{stream} @keys{} :abort}
|
||||
|
||||
Unlike the other Gray stream functions, @code{close} is not
|
||||
specialized on @code{t} for @var{stream}. This decision has been taken
|
||||
mainly for the compatibility reasons with some libraries.
|
||||
@defun {close} stream &key abort
|
||||
Unlike the other Gray stream functions, @code{close} is not specialized
|
||||
on @code{t} for @var{stream}. This decision has been taken mainly for
|
||||
the compatibility reasons with some libraries.
|
||||
@end defun
|
||||
|
|
|
|||
|
|
@ -53,8 +53,7 @@
|
|||
@c @node Extensible Sequences
|
||||
@c @section Extensible Sequences
|
||||
|
||||
@node Gray Streams
|
||||
@section Gray Streams
|
||||
@include extensions/gray-streams.txi
|
||||
|
||||
@c @node Series
|
||||
@c @section Series
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue