From a75532a8af4c03662b524dcc6cc10063097dda29 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 8 Feb 2002 13:04:36 +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 88cf27a65bc..16ad860709f 100644 --- a/src/floatfns.c +++ b/src/floatfns.c @@ -862,7 +862,7 @@ With optional DIVISOR, return the nearest integer to ARG/DIVISOR.\n\ Rounding a value equidistant between two integers may choose the\n\ integer closer to zero, or it may prefer an even integer, depending on\n\ your machine. For example, \(round 2.5\) can return 3 on some\n\ -systems, but 3 on others.") +systems, but 2 on others.") (arg, divisor) Lisp_Object arg, divisor; { -- 2.39.2