Clearer byte-compiler arity warnings (bug#58319)
authorMattias Engdegård <mattiase@acm.org>
Fri, 7 Oct 2022 09:43:19 +0000 (11:43 +0200)
committerMattias Engdegård <mattiase@acm.org>
Fri, 7 Oct 2022 11:57:54 +0000 (13:57 +0200)
commit6b4c17dec06b7cac4025317daef68c302c61d4e6
tree79ee1a4cf53d24a4e96894f852d11e35e4b94874
parente84b732cbc54d5ba66e0b6f824edccb2bcb18668
Clearer byte-compiler arity warnings (bug#58319)

* lisp/emacs-lisp/bytecomp.el (byte-compile-arglist-signature-string):
Replace '3+' and '3-4' with '3 or more' and '3 or 4', respectively.
lisp/emacs-lisp/bytecomp.el