diff options
author | Glenn Morris <rgm@gnu.org> | 2008-06-27 07:34:53 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-06-27 07:34:53 +0000 |
commit | fffa137cb7bb78445b2f8aef44d251dfe83f06f6 (patch) | |
tree | 9b5ae8fa1340ffebf47484ab11f860a6d216ad6d /lisp/erc/erc-truncate.el | |
parent | cdd1f23bbfdfb6ff97e986cc127647dc712b25b2 (diff) | |
download | emacs-fffa137cb7bb78445b2f8aef44d251dfe83f06f6.tar.gz |
American English spelling fix.
Diffstat (limited to 'lisp/erc/erc-truncate.el')
-rw-r--r-- | lisp/erc/erc-truncate.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/erc/erc-truncate.el b/lisp/erc/erc-truncate.el index 0737fb1a0b7..02641c70a36 100644 --- a/lisp/erc/erc-truncate.el +++ b/lisp/erc/erc-truncate.el @@ -70,7 +70,7 @@ region is logged if `erc-logging-enabled' returns non-nil." (set-buffer buffer) ;; Note that when erc-insert-post-hook runs, the buffer is ;; narrowed to the new message. So do this delicate widening. - ;; I am not sure, I think this was not recommended behaviour in + ;; I am not sure, I think this was not recommended behavior in ;; Emacs 20. (save-restriction (widen) |