From: Stefan Kangas Date: Sat, 18 Feb 2023 12:39:14 +0000 (+0100) Subject: ; Fix typo X-Git-Tag: emacs-29.0.90~408 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4f9862e4356;p=emacs.git ; Fix typo --- diff --git a/lisp/emacs-lisp/comp-cstr.el b/lisp/emacs-lisp/comp-cstr.el index 98e50f53b5f..d4200c16c19 100644 --- a/lisp/emacs-lisp/comp-cstr.el +++ b/lisp/emacs-lisp/comp-cstr.el @@ -483,7 +483,7 @@ Return them as multiple value." ;;; Union specific code. (defun comp-cstr-union-homogeneous-no-range (dst &rest srcs) - "As `comp-cstr-union' but escluding the irange component. + "As `comp-cstr-union' but excluding the irange component. All SRCS constraints must be homogeneously negated or non-negated." ;; Type propagation.