emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/floatfns.c


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/floatfns.c
Date: Fri, 08 Feb 2002 08:03:27 -0500

Index: emacs/src/floatfns.c
diff -c emacs/src/floatfns.c:1.76 emacs/src/floatfns.c:1.77
*** emacs/src/floatfns.c:1.76   Fri Feb  8 05:21:21 2002
--- emacs/src/floatfns.c        Fri Feb  8 08:03:27 2002
***************
*** 864,870 ****
  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.  */)
       (arg, divisor)
       Lisp_Object arg, divisor;
  {
--- 864,870 ----
  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 2 on others.  */)
       (arg, divisor)
       Lisp_Object arg, divisor;
  {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]