From 8d2fb75ee15f54aa324dcd4226fec0be3b464f53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kochma=C5=84ski?= Date: Mon, 20 Nov 2023 16:38:41 +0100 Subject: [PATCH] manual: include the file gray-streams.txi --- src/doc/manual/extensions/gray-streams.txi | 13 ++++++------- src/doc/manual/extensions/index.txi | 3 +-- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/src/doc/manual/extensions/gray-streams.txi b/src/doc/manual/extensions/gray-streams.txi index 8cd407b47..365a4f759 100644 --- a/src/doc/manual/extensions/gray-streams.txi +++ b/src/doc/manual/extensions/gray-streams.txi @@ -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 diff --git a/src/doc/manual/extensions/index.txi b/src/doc/manual/extensions/index.txi index 7ccd6131e..10ab85f84 100644 --- a/src/doc/manual/extensions/index.txi +++ b/src/doc/manual/extensions/index.txi @@ -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