summaryrefslogtreecommitdiff
path: root/src/floatfns.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-11-10 04:29:21 +0000
committerRichard M. Stallman <rms@gnu.org>1995-11-10 04:29:21 +0000
commit4394d13613d0d4919f3a7a23ea366fa6dfc0aa74 (patch)
tree81b02016c791b3d3b662db958d51e734f978d419 /src/floatfns.c
parent0b680ede631c356e6be09a4468fff5e98c7672ec (diff)
downloademacs-4394d13613d0d4919f3a7a23ea366fa6dfc0aa74.tar.gz
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 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;
{