--- scheme-data.texi.~1.32.~ 2003-06-12 08:57:01.000000000 +1000 +++ scheme-data.texi 2003-06-14 07:56:20.000000000 +1000 @@ -780,7 +780,8 @@ @c begin (texi-doc-string "guile" "round") @deffn {Scheme Procedure} round x -Round the inexact number @var{x} towards zero. +Round the inexact number @var{x} to the nearest integer. When exactly +halfway between two integers, round to the even one. @end deffn @c begin (texi-doc-string "guile" "floor")