1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-01 08:17:38 +00:00

(cl-mod): Renamed from mod.

This commit is contained in:
Richard M. Stallman 1993-06-01 16:30:54 +00:00
parent 74edd77690
commit f3773a0010

View File

@ -1804,7 +1804,7 @@ DIVISOR defaults to 1. The remainder is produced as a second value."
;;; These two functions access the implementation-dependent representation of
;;; the multiple value returns.
(defun mod (number divisor)
(defun cl-mod (number divisor)
"Return remainder of X by Y (rounding quotient toward minus infinity).
That is, the remainder goes with the quotient produced by `cl-floor'.
Emacs Lisp hint: