From: Richard M. Stallman Date: Fri, 10 Nov 1995 04:29:21 +0000 (+0000) Subject: Fexpt): Doc fix. X-Git-Tag: emacs-19.34~2418 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4fd72a6a40b9b3f1fe7f5d91de2767da9f4625bc;p=emacs.git Fexpt): Doc fix. --- 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, } DEFUN ("expt", Fexpt, Sexpt, 2, 2, 0, - "Return the exponential X ** Y.") + "Return the exponential ARG1 ** ARG2.") (arg1, arg2) register Lisp_Object arg1, arg2; {