summaryrefslogtreecommitdiff
path: root/lisp/=cl.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-06-01 16:30:54 +0000
committerRichard M. Stallman <rms@gnu.org>1993-06-01 16:30:54 +0000
commit333430cca82e9fa0d0b690e9ed3ea87cdd9a0cb9 (patch)
tree03a8558e7eab60d49168722781725929af79c20c /lisp/=cl.el
parent9005e01e7d8c3cbbf2f3ec1c08de7d3151812d6e (diff)
downloademacs-333430cca82e9fa0d0b690e9ed3ea87cdd9a0cb9.tar.gz
(cl-mod): Renamed from mod.
Diffstat (limited to 'lisp/=cl.el')
-rw-r--r--lisp/=cl.el2
1 files changed, 1 insertions, 1 deletions
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: