From 59fe0cee1425093d96bce336ce9fa16f6a57d813 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 8 Feb 2002 13:03:27 +0000 Subject: [PATCH] (Fround): Fix a typo. --- src/floatfns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/floatfns.c b/src/floatfns.c index 708dfab547a..fabbffb4408 100644 --- a/src/floatfns.c +++ b/src/floatfns.c @@ -864,7 +864,7 @@ With optional DIVISOR, return the nearest integer to ARG/DIVISOR. Rounding a value equidistant between two integers may choose the integer closer to zero, or it may prefer an even integer, depending on your machine. For example, \(round 2.5\) can return 3 on some -systems, but 3 on others. */) +systems, but 2 on others. */) (arg, divisor) Lisp_Object arg, divisor; { -- 2.39.5