]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typo
authorStefan Kangas <stefankangas@gmail.com>
Sat, 18 Feb 2023 12:39:14 +0000 (13:39 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Sat, 18 Feb 2023 12:39:28 +0000 (13:39 +0100)
lisp/emacs-lisp/comp-cstr.el

index 98e50f53b5f48ba1da47a3c3be70a5ee05459cda..d4200c16c190a33c21dd388fbd2d34b4bb9ead92 100644 (file)
@@ -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.