diff options
Diffstat (limited to 'src/floatfns.c')
| -rw-r--r-- | src/floatfns.c | 4 |
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 | ||
| 686 | DEFUN ("float", Ffloat, Sfloat, 1, 1, 0, | 686 | DEFUE ("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 | ||
| 889 | DEFUN ("truncate", Ftruncate, Struncate, 1, 2, 0, | 889 | DEFUE ("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. |
| 891 | Rounds ARG toward zero. | 891 | Rounds ARG toward zero. |
| 892 | With optional DIVISOR, truncate ARG/DIVISOR. */) | 892 | With optional DIVISOR, truncate ARG/DIVISOR. */) |