diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-06-23 22:03:50 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-06-23 22:03:50 +0200 |
commit | a772c0b85272bc20858a35af5f619983cfcb0084 (patch) | |
tree | 4ff4dcc1ab290cc2015df824b664b2632ba48023 /lisp/icomplete.el | |
parent | a3f294b37f81ae3d5438ff32173726bddaa79496 (diff) | |
download | emacs-a772c0b85272bc20858a35af5f619983cfcb0084.tar.gz emacs-a772c0b85272bc20858a35af5f619983cfcb0084.tar.bz2 emacs-a772c0b85272bc20858a35af5f619983cfcb0084.zip |
; Fix typos: prefer US spelling.
Diffstat (limited to 'lisp/icomplete.el')
-rw-r--r-- | lisp/icomplete.el | 2 |
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 |