aboutsummaryrefslogtreecommitdiffstats
path: root/src/floatfns.c
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1995-11-10 04:29:21 +0000
committerRichard M. Stallman <[email protected]>1995-11-10 04:29:21 +0000
commit4fd72a6a40b9b3f1fe7f5d91de2767da9f4625bc (patch)
tree9ee8e2397f4426abac4d2948791fcbf7f232012c /src/floatfns.c
parent10dbf03966b4b960d35b06895ad40f0779c63d60 (diff)
Fexpt): Doc fix.
Diffstat (limited to 'src/floatfns.c')
-rw-r--r--src/floatfns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/floatfns.c b/src/floatfns.c
index 63a66519a6..4a9e969a8a 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;
{