diff options
Diffstat (limited to 'src/floatfns.c')
| -rw-r--r-- | src/floatfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/floatfns.c b/src/floatfns.c index 708dfab547a..fabbffb4408 100644 --- a/src/floatfns.c +++ b/src/floatfns.c | |||
| @@ -864,7 +864,7 @@ With optional DIVISOR, return the nearest integer to ARG/DIVISOR. | |||
| 864 | Rounding a value equidistant between two integers may choose the | 864 | Rounding a value equidistant between two integers may choose the |
| 865 | integer closer to zero, or it may prefer an even integer, depending on | 865 | integer closer to zero, or it may prefer an even integer, depending on |
| 866 | your machine. For example, \(round 2.5\) can return 3 on some | 866 | your machine. For example, \(round 2.5\) can return 3 on some |
| 867 | systems, but 3 on others. */) | 867 | systems, but 2 on others. */) |
| 868 | (arg, divisor) | 868 | (arg, divisor) |
| 869 | Lisp_Object arg, divisor; | 869 | Lisp_Object arg, divisor; |
| 870 | { | 870 | { |