1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-20 18:17:20 +00:00

(erc-log-matches): Fix typos in docstring.

This commit is contained in:
Juanma Barranquero 2007-11-15 18:41:18 +00:00
parent 6b4e9327c3
commit aba30bafac
2 changed files with 12 additions and 5 deletions

View File

@ -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-08-08 Glenn Morris <rgm@gnu.org>
* erc-log.el, erc.el: Replace `iff' in doc-strings and comments.

View File

@ -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))))