Mercurial > emacs
changeset 60651:de22fdff5bad
(Ffloor): Doc fix.
author | Lute Kamstra <lute@gnu.org> |
---|---|
date | Wed, 16 Mar 2005 15:00:17 +0000 |
parents | 5294e5833aef |
children | d7ef33e00b96 |
files | src/floatfns.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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;