Mercurial > emacs
changeset 3395:a8401c78dadc
(cl-mod): Renamed from mod.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 01 Jun 1993 16:30:54 +0000 |
parents | ba08053a354a |
children | 56ffd7d79f05 |
files | lisp/=cl.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/=cl.el Tue Jun 01 15:56:29 1993 +0000 +++ b/lisp/=cl.el Tue Jun 01 16:30:54 1993 +0000 @@ -1804,7 +1804,7 @@ ;;; 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: