From: Eli Zaretskii Date: Fri, 8 Feb 2002 13:04:36 +0000 (+0000) Subject: (Fround): Fix a typo. X-Git-Tag: emacs-21.2~99 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a75532a8af4c03662b524dcc6cc10063097dda29;p=emacs.git (Fround): Fix a typo. --- 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; {