# HG changeset patch # User Juanma Barranquero # Date 1195145252 0 # Node ID 7333a26c00f93ac75b36379e2df4a9e9e1c0318a # Parent c785443b57f82c8fcc35a410113a7cc3570a646b (erc-log-matches): Fix typo in docstring. diff -r c785443b57f8 -r 7333a26c00f9 lisp/erc/erc-match.el --- a/lisp/erc/erc-match.el Thu Nov 15 16:46:52 2007 +0000 +++ b/lisp/erc/erc-match.el Thu Nov 15 16:47:32 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))))