From 333430cca82e9fa0d0b690e9ed3ea87cdd9a0cb9 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 1 Jun 1993 16:30:54 +0000 Subject: (cl-mod): Renamed from mod. --- lisp/=cl.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/=cl.el') diff --git a/lisp/=cl.el b/lisp/=cl.el index e4777ef3794..aeb90b9977f 100644 --- a/lisp/=cl.el +++ b/lisp/=cl.el @@ -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: -- cgit v1.2.1