r7rs-small-texinfo

Unnamed repository; edit this file 'description' to name the repository.
git clone https://kaka.farm/~git/r7rs-small-texinfo
Log | Files | Refs

commit 2e493bccbeacbe0efc5bb79b51019612143402c4
parent 8345dea969042d169f00d392611783ad7bcb9806
Author: Wolfgang Corcoran-Mathe <wcm@sigwinch.xyz>
Date:   Mon,  5 Feb 2024 13:12:59 -0500

Fix missing close tag.

Diffstat:
Mdoc/r7rs-small/procedures/system-interface.texinfo | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/doc/r7rs-small/procedures/system-interface.texinfo b/doc/r7rs-small/procedures/system-interface.texinfo @@ -28,6 +28,8 @@ For portability, @code{load} must operate on source files. Its operation on other kinds of files necessarily varies among implementations. +@end deffn + @deffn {file library procedure} file-exists? filename It is an error if @var{filename} is not a string.