diff options
Diffstat (limited to 'src/floatfns.c')
| -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 63a66519a68..4a9e969a8a2 100644 --- a/src/floatfns.c +++ b/src/floatfns.c | |||
| @@ -429,7 +429,7 @@ DEFUN ("exp", Fexp, Sexp, 1, 1, 0, | |||
| 429 | } | 429 | } |
| 430 | 430 | ||
| 431 | DEFUN ("expt", Fexpt, Sexpt, 2, 2, 0, | 431 | DEFUN ("expt", Fexpt, Sexpt, 2, 2, 0, |
| 432 | "Return the exponential X ** Y.") | 432 | "Return the exponential ARG1 ** ARG2.") |
| 433 | (arg1, arg2) | 433 | (arg1, arg2) |
| 434 | register Lisp_Object arg1, arg2; | 434 | register Lisp_Object arg1, arg2; |
| 435 | { | 435 | { |