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:
parent
74edd77690
commit
f3773a0010
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user