summaryrefslogtreecommitdiff
path: root/lisp/icomplete.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2022-06-24 13:52:51 +0200
committerStefan Kangas <stefan@marxist.se>2022-06-24 13:52:51 +0200
commit81e58d1ce5a16fbe4cad543b1b011fe52da5d70c (patch)
treefb74ce8496311b34d68ae04de01c76810b1add1b /lisp/icomplete.el
parent391acd91344c833d94d89b2862b272d08643c068 (diff)
parenta772c0b85272bc20858a35af5f619983cfcb0084 (diff)
downloademacs-81e58d1ce5a16fbe4cad543b1b011fe52da5d70c.tar.gz
Merge from origin/emacs-28
a772c0b852 ; Fix typos: prefer US spelling. # Conflicts: # doc/misc/modus-themes.org
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 be7f6831cc0..0bc6330cc5a 100644
--- a/lisp/icomplete.el
+++ b/lisp/icomplete.el
@@ -595,7 +595,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