Mercurial > emacs
changeset 79413:857da0a07a42
(log): Fix typo in docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 15 Nov 2007 18:39:04 +0000 |
parents | 0bab3d7a6bff |
children | 5a93cf5bcfff |
files | lisp/erc/erc-log.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/erc/erc-log.el Thu Nov 15 18:36:38 2007 +0000 +++ b/lisp/erc/erc-log.el Thu Nov 15 18:39:04 2007 +0000 @@ -195,7 +195,7 @@ Since automatic logging is not always a Good Thing (especially if people say things in different coding systems), you can turn logging -behaviour on and off with the variable `erc-enable-logging', which can +behavior on and off with the variable `erc-enable-logging', which can also be a predicate function. To only log when you are not set away, use: \(setq erc-enable-logging @@ -385,7 +385,7 @@ (with-current-buffer buffer (save-restriction (widen) - ;; early on in the initalisation, don't try and write the log out + ;; early on in the initialization, don't try and write the log out (when (and (markerp erc-last-saved-position) (> erc-insert-marker (1+ erc-last-saved-position))) (write-region (1+ (marker-position erc-last-saved-position))