]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fround): Fix a typo.
authorEli Zaretskii <eliz@gnu.org>
Fri, 8 Feb 2002 13:04:36 +0000 (13:04 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 8 Feb 2002 13:04:36 +0000 (13:04 +0000)
src/floatfns.c

index 88cf27a65bc7e06e96cc58be73dcf10f205ad473..16ad860709f48ff57f37bac178e14c5b62c47f91 100644 (file)
@@ -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;
 {