# HG changeset patch # User Richard M. Stallman # Date 745193267 0 # Node ID e8bd41ac77befeffe8b527c072dfea49865de923 # Parent 3e419e5bbed6fc41dc41bb4c84364e1d6072fb2b (Flogb): Doc fix. diff -r 3e419e5bbed6 -r e8bd41ac77be src/floatfns.c --- 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;