diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-07-14 11:37:42 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-07-14 11:37:42 +0200 |
commit | 4e79f77635a80e0c25841ba15feb0e70c8824516 (patch) | |
tree | 7f68cf7d809a10e6c2501fb3d9451047fb8da051 /test/lisp/calc/calc-tests.el | |
parent | e1d93302c29916e738552484b9363c5b9e77c5c1 (diff) | |
parent | 5e47ec95118c06dd66cd488ad25775d801d75c0c (diff) | |
download | emacs-4e79f77635a80e0c25841ba15feb0e70c8824516.tar.gz emacs-4e79f77635a80e0c25841ba15feb0e70c8824516.tar.bz2 emacs-4e79f77635a80e0c25841ba15feb0e70c8824516.zip |
Merge from origin/emacs-28
5e47ec9511 ; * lisp/url/url-http.el (url-http-parse-headers): Fix typo.
ba0871bef1 ; Fix typos: prefer American spelling
e3e7f31faa Adapt Tramp doc
# Conflicts:
# etc/NEWS
# etc/themes/modus-themes.el
# lisp/emacs-lisp/byte-opt.el
# test/lisp/so-long-tests/spelling-tests.el
Diffstat (limited to 'test/lisp/calc/calc-tests.el')
-rw-r--r-- | test/lisp/calc/calc-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/calc/calc-tests.el b/test/lisp/calc/calc-tests.el index 56cb9057ed9..64e59f5b9b4 100644 --- a/test/lisp/calc/calc-tests.el +++ b/test/lisp/calc/calc-tests.el @@ -445,7 +445,7 @@ An existing calc stack is reused, otherwise a new one is created." (t ; n<k<0 0)))) ((natnump k) - ;; Generalisation for any n, integral k≥0: use falling product + ;; Generalization for any n, integral k≥0: use falling product (/ (apply '* (number-sequence n (- n (1- k)) -1)) (calc-tests--fac k))) (t (error "Case not covered")))) |