diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2019-12-09 18:44:35 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2019-12-09 18:45:18 -0800 |
commit | d1a791f8edc1b8f2189b6f1b3be7b946fef1edbc (patch) | |
tree | fb415df3de5b00b9ce7616872ead40c983b55a12 /lisp/electric.el | |
parent | 28578f87b52ead4d31479fdcfba028118dfa6987 (diff) | |
download | emacs-d1a791f8edc1b8f2189b6f1b3be7b946fef1edbc.tar.gz |
Spelling fixes
Diffstat (limited to 'lisp/electric.el')
-rw-r--r-- | lisp/electric.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/electric.el b/lisp/electric.el index a14deb71afb..7b683347175 100644 --- a/lisp/electric.el +++ b/lisp/electric.el @@ -423,10 +423,10 @@ If multiple rules match, only first one is executed.") ;; newlines, re-indentation is prevented. ;; ;; FIXME: when `newline'ing, we exceptionally - ;; prevent a specific behaviour of + ;; prevent a specific behavior of ;; `eletric-pair-mode', that of opening an extra ;; newline between newly inserted matching paris. - ;; In theory that behaviour should be provided by + ;; In theory that behavior should be provided by ;; `electric-layout-mode' instead, which should be ;; possible given the current API. ;; |