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 a6d3d3034fa774692e7b13d75c57484cf42e90d3
parent 71d617e26a216543b65d7eea236297f460f441a2
Author: Wolfgang Corcoran-Mathe <wcm@sigwinch.xyz>
Date:   Sat,  3 Feb 2024 13:18:33 -0500

Minor reflow.

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

diff --git a/doc/r7rs-small/procedures/booleans.texinfo b/doc/r7rs-small/procedures/booleans.texinfo @@ -29,8 +29,8 @@ quoted in programs. @deffn procedure not obj -The @code{not} procedure returns @code{#t} if @var{obj} is false, and returns -@code{#f} otherwise. +The @code{not} procedure returns @code{#t} if @var{obj} is false, and +returns @code{#f} otherwise. @lisp (not #t) @result{} #f