diff src/floatfns.c @ 4590:e8bd41ac77be

(Flogb): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Thu, 12 Aug 1993 22:07:47 +0000
parents 8dc73bbe1c46
children dc7eabff318b
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;