Mercurial > emacs
diff src/floatfns.c @ 60651:de22fdff5bad
(Ffloor): Doc fix.
| author | Lute Kamstra <lute@gnu.org> |
|---|---|
| date | Wed, 16 Mar 2005 15:00:17 +0000 |
| parents | 59945307b86b |
| children | a8fa7c632ee4 30ad2795fdab |
line wrap: on
line diff
--- a/src/floatfns.c Wed Mar 16 13:23:55 2005 +0000 +++ b/src/floatfns.c Wed Mar 16 15:00:17 2005 +0000 @@ -1,5 +1,5 @@ /* Primitive operations on floating point for GNU Emacs Lisp interpreter. - Copyright (C) 1988, 1993, 1994, 1999, 2003 Free Software Foundation, Inc. + Copyright (C) 1988, 1993, 1994, 1999, 2003, 2005 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -861,7 +861,7 @@ DEFUN ("floor", Ffloor, Sfloor, 1, 2, 0, doc: /* Return the largest integer no greater than ARG. -This rounds the value towards +inf. +This rounds the value towards -inf. With optional DIVISOR, return the largest integer no greater than ARG/DIVISOR. */) (arg, divisor) Lisp_Object arg, divisor;
