aboutsummaryrefslogtreecommitdiffstats
path: root/src/floatfns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/floatfns.c')
-rw-r--r--src/floatfns.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/floatfns.c b/src/floatfns.c
index 1232fc0afa1..345b3b94947 100644
--- a/src/floatfns.c
+++ b/src/floatfns.c
@@ -683,7 +683,7 @@ DEFUN ("abs", Fabs, Sabs, 1, 1, 0,
683 return arg; 683 return arg;
684} 684}
685 685
686DEFUN ("float", Ffloat, Sfloat, 1, 1, 0, 686DEFUE ("float", Ffloat, Sfloat, 1, 1, 0,
687 doc: /* Return the floating point number equal to ARG. */) 687 doc: /* Return the floating point number equal to ARG. */)
688 (register Lisp_Object arg) 688 (register Lisp_Object arg)
689{ 689{
@@ -886,7 +886,7 @@ systems, but 2 on others. */)
886 return rounding_driver (arg, divisor, emacs_rint, round2, "round"); 886 return rounding_driver (arg, divisor, emacs_rint, round2, "round");
887} 887}
888 888
889DEFUN ("truncate", Ftruncate, Struncate, 1, 2, 0, 889DEFUE ("truncate", Ftruncate, Struncate, 1, 2, 0,
890 doc: /* Truncate a floating point number to an int. 890 doc: /* Truncate a floating point number to an int.
891Rounds ARG toward zero. 891Rounds ARG toward zero.
892With optional DIVISOR, truncate ARG/DIVISOR. */) 892With optional DIVISOR, truncate ARG/DIVISOR. */)