(erc-log-matches): Fix typo in docstring.
This commit is contained in:
parent
38b94e657e
commit
da2a6e44b1
2 changed files with 12 additions and 5 deletions
|
|
@ -1,3 +1,10 @@
|
|||
2007-11-15 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* erc.el (erc-open):
|
||||
* erc-backend.el (define-erc-response-handler):
|
||||
* erc-log.el (log):
|
||||
* erc-match.el (erc-log-matches): Fix typos in docstrings.
|
||||
|
||||
2007-11-01 Michael Olson <mwolson@gnu.org>
|
||||
|
||||
* erc-compat.el (erc-set-write-file-functions): New compatibility
|
||||
|
|
|
|||
|
|
@ -530,11 +530,11 @@ Use this defun with `erc-insert-modify-hook'."
|
|||
|
||||
(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))))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue