summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2023-02-18 13:39:14 +0100
committerStefan Kangas <stefankangas@gmail.com>2023-02-18 13:39:28 +0100
commit4f9862e435617c38a8472f3d002e2f3163041ca1 (patch)
treee96d299e73abe7b2f37bd57fa06d3fbf6e3c388a /lisp/emacs-lisp
parenta638c79bc5cde55efa467dd83ae49f404753f549 (diff)
downloademacs-4f9862e435617c38a8472f3d002e2f3163041ca1.tar.gz
emacs-4f9862e435617c38a8472f3d002e2f3163041ca1.tar.bz2
emacs-4f9862e435617c38a8472f3d002e2f3163041ca1.zip
; Fix typo
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/comp-cstr.el2
1 files changed, 1 insertions, 1 deletions
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.