From 4f9862e435617c38a8472f3d002e2f3163041ca1 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sat, 18 Feb 2023 13:39:14 +0100 Subject: [PATCH] ; Fix typo --- lisp/emacs-lisp/comp-cstr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.