Mercurial > emacs
diff src/floatfns.c @ 43189:004354581e54
(Fround): Fix a typo.
| author | Eli Zaretskii <eliz@gnu.org> |
|---|---|
| date | Fri, 08 Feb 2002 13:03:27 +0000 |
| parents | 0f5eacbb65d9 |
| children | 0f448bd1bf9a |
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; {
