diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-11-10 04:29:21 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-11-10 04:29:21 +0000 |
commit | 4fd72a6a40b9b3f1fe7f5d91de2767da9f4625bc (patch) | |
tree | 9ee8e2397f4426abac4d2948791fcbf7f232012c /src/floatfns.c | |
parent | 10dbf03966b4b960d35b06895ad40f0779c63d60 (diff) | |
download | emacs-4fd72a6a40b9b3f1fe7f5d91de2767da9f4625bc.tar.gz |
Fexpt): Doc fix.
Diffstat (limited to 'src/floatfns.c')
-rw-r--r-- | src/floatfns.c | 2 |
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; { |