changeset 43189:004354581e54

(Fround): Fix a typo.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 08 Feb 2002 13:03:27 +0000
parents 55a2fa4336d2
children dde60cf0dc4a
files src/floatfns.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/floatfns.c	Fri Feb 08 12:42:06 2002 +0000
+++ b/src/floatfns.c	Fri Feb 08 13:03:27 2002 +0000
@@ -864,7 +864,7 @@
 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;
 {