diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2007-11-15 16:46:52 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2007-11-15 16:46:52 +0000 |
commit | 38b94e657ebf19ad8d9d933d49910b32788a9a84 (patch) | |
tree | 1c6e8c25a6e23af42f303e58902295edfc36b27d /lisp/erc | |
parent | 8e663c3bac5351a970bbb86c7d02c958e77915e3 (diff) | |
download | emacs-38b94e657ebf19ad8d9d933d49910b32788a9a84.tar.gz |
(log): Fix typo in docstring.
Diffstat (limited to 'lisp/erc')
-rw-r--r-- | lisp/erc/erc-log.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/erc/erc-log.el b/lisp/erc/erc-log.el index 8b5e07a383e..fe3e703f554 100644 --- a/lisp/erc/erc-log.el +++ b/lisp/erc/erc-log.el @@ -224,8 +224,8 @@ format is defined through a formatting function on 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 -also be a predicate function. To only log when you are not set away, use: +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 (lambda (buffer) |