]> code.delx.au - gnu-emacs/commitdiff
Fexpt): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Fri, 10 Nov 1995 04:29:21 +0000 (04:29 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 10 Nov 1995 04:29:21 +0000 (04:29 +0000)
src/floatfns.c

index 63a66519a68840ad54c05da14fdf8115fadfae20..4a9e969a8a2cea14ce936971b04fa0ee22282c31 100644 (file)
@@ -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;
 {