diff options
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 0737fb1a0b..02641c70a3 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) |