Mercurial > emacs
changeset 4590:e8bd41ac77be
(Flogb): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 12 Aug 1993 22:07:47 +0000 |
parents | 3e419e5bbed6 |
children | 0dd1dfcb2332 |
files | src/floatfns.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/floatfns.c Thu Aug 12 22:05:30 1993 +0000 +++ b/src/floatfns.c Thu Aug 12 22:07:47 1993 +0000 @@ -626,7 +626,7 @@ } DEFUN ("logb", Flogb, Slogb, 1, 1, 0, - "Returns the integer not greater than the base 2 log of the magnitude of ARG.\n\ + "Returns largest integer <= the base 2 log of the magnitude of ARG.\n\ This is the same as the exponent of a float.") (arg) Lisp_Object arg;