# HG changeset patch # User Juanma Barranquero # Date 1195152016 0 # Node ID 5a93cf5bcfff274b2f5e7cf4197bd099ff01ee64 # Parent 857da0a07a420ea1daff3ed1087185c0b746ab62 (erc-log-matches): Fix typos in docstring. diff -r 857da0a07a42 -r 5a93cf5bcfff lisp/erc/erc-match.el --- a/lisp/erc/erc-match.el Thu Nov 15 18:39:04 2007 +0000 +++ b/lisp/erc/erc-match.el Thu Nov 15 18:40:16 2007 +0000 @@ -530,11 +530,11 @@ (defun erc-log-matches (match-type nickuserhost message) "Log matches in a separate buffer, determined by MATCH-TYPE. -The behaviour of this function is controlled by the variables -`erc-log-matches-types-alist' and `erc-log-matches-flag'. Specify the -match types which should be logged in the former, and -deactivate/activate match logging in the latter. See -`erc-log-match-format'." +The behavior of this function is controlled by the variables +`erc-log-matches-types-alist' and `erc-log-matches-flag'. +Specify the match types which should be logged in the former, +and deactivate/activate match logging in the latter. +See `erc-log-match-format'." (let ((match-buffer-name (cdr (assq match-type erc-log-matches-types-alist))) (nick (nth 0 (erc-parse-user nickuserhost))))