summaryrefslogtreecommitdiff
path: root/lisp/icomplete.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2022-06-23 22:03:50 +0200
committerStefan Kangas <stefan@marxist.se>2022-06-23 22:03:50 +0200
commita772c0b85272bc20858a35af5f619983cfcb0084 (patch)
tree4ff4dcc1ab290cc2015df824b664b2632ba48023 /lisp/icomplete.el
parenta3f294b37f81ae3d5438ff32173726bddaa79496 (diff)
downloademacs-a772c0b85272bc20858a35af5f619983cfcb0084.tar.gz
; Fix typos: prefer US spelling.
Diffstat (limited to 'lisp/icomplete.el')
-rw-r--r--lisp/icomplete.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/icomplete.el b/lisp/icomplete.el
index 7b7cc5b8bdf..96172574709 100644
--- a/lisp/icomplete.el
+++ b/lisp/icomplete.el
@@ -587,7 +587,7 @@ Usually run by inclusion in `minibuffer-setup-hook'."
;; select it -- again, as desired.
;;
;; FIXME: it's arguable that this second
- ;; behaviour should be a property of the
+ ;; behavior should be a property of the
;; completion table and not the completion
;; frontend such as we have done
;; here. However, it seems generically