aboutsummaryrefslogtreecommitdiffstats
path: root/src/floatfns.c
diff options
context:
space:
mode:
authorRichard M. Stallman1995-11-10 04:29:21 +0000
committerRichard M. Stallman1995-11-10 04:29:21 +0000
commit4fd72a6a40b9b3f1fe7f5d91de2767da9f4625bc (patch)
tree9ee8e2397f4426abac4d2948791fcbf7f232012c /src/floatfns.c
parent10dbf03966b4b960d35b06895ad40f0779c63d60 (diff)
downloademacs-4fd72a6a40b9b3f1fe7f5d91de2767da9f4625bc.tar.gz
emacs-4fd72a6a40b9b3f1fe7f5d91de2767da9f4625bc.zip
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,
429} 429}
430 430
431DEFUN ("expt", Fexpt, Sexpt, 2, 2, 0, 431DEFUN ("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{