diff options
| author | Richard M. Stallman | 1993-08-12 22:07:47 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-08-12 22:07:47 +0000 |
| commit | 1a3ac8b9d23daeeaf6b38a21205a32e1e80417fb (patch) | |
| tree | c298b8220a759bf2941e84a8851a5da403ec79b5 /src | |
| parent | 6c362a8bb2ddd97b0666b0c5849b6c17617b4d86 (diff) | |
| download | emacs-1a3ac8b9d23daeeaf6b38a21205a32e1e80417fb.tar.gz emacs-1a3ac8b9d23daeeaf6b38a21205a32e1e80417fb.zip | |
(Flogb): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/floatfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, | |||
| 626 | } | 626 | } |
| 627 | 627 | ||
| 628 | DEFUN ("logb", Flogb, Slogb, 1, 1, 0, | 628 | DEFUN ("logb", Flogb, Slogb, 1, 1, 0, |
| 629 | "Returns the integer not greater than the base 2 log of the magnitude of ARG.\n\ | 629 | "Returns largest integer <= the base 2 log of the magnitude of ARG.\n\ |
| 630 | This is the same as the exponent of a float.") | 630 | This is the same as the exponent of a float.") |
| 631 | (arg) | 631 | (arg) |
| 632 | Lisp_Object arg; | 632 | Lisp_Object arg; |