From 1a3ac8b9d23daeeaf6b38a21205a32e1e80417fb Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 12 Aug 1993 22:07:47 +0000 Subject: (Flogb): Doc fix. --- src/floatfns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/floatfns.c') diff --git a/src/floatfns.c b/src/floatfns.c index e4c36af1a9d..0e9003722d7 100644 --- a/src/floatfns.c +++ b/src/floatfns.c @@ -626,7 +626,7 @@ DEFUN ("float", Ffloat, Sfloat, 1, 1, 0, } 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; -- cgit v1.2.1