diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-09-29 15:19:01 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-09-29 15:20:07 +0200 |
commit | 423bdd5f7f273f40f750eac83017074501d52823 (patch) | |
tree | 82b074b2fd58bd15c74ffa9dcad80ec9cf29c9f3 /lisp/comint.el | |
parent | 0f94e62d7ef51c486956caa933f7cd5d21e4881b (diff) | |
download | emacs-423bdd5f7f273f40f750eac83017074501d52823.tar.gz emacs-423bdd5f7f273f40f750eac83017074501d52823.tar.bz2 emacs-423bdd5f7f273f40f750eac83017074501d52823.zip |
; Fix typos (prefer American spelling)
Diffstat (limited to 'lisp/comint.el')
-rw-r--r-- | lisp/comint.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/comint.el b/lisp/comint.el index b2a04ea55ae..e7d2136c841 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -3966,7 +3966,7 @@ an indirect buffer, whose major mode and syntax highlighting are set up according to `comint-indirect-setup-function'. After this setup is done, run this hook with the indirect buffer as the current buffer. This can be used to further customize -fontification and other behaviour of the indirect buffer." +fontification and other behavior of the indirect buffer." :group 'comint :type 'hook :version "29.1") |