summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2007-11-15 18:41:18 +0000
committerJuanma Barranquero <lekktu@gmail.com>2007-11-15 18:41:18 +0000
commitaba30bafac6d831607cc7675cec0e0f214c78e2a (patch)
treeadce9a0548f96ef79f89f21a0a12c50eeada74e5
parent6b4e9327c3becadf37ecb5201d49c4db3fe04e95 (diff)
downloademacs-aba30bafac6d831607cc7675cec0e0f214c78e2a.tar.gz
emacs-aba30bafac6d831607cc7675cec0e0f214c78e2a.tar.bz2
emacs-aba30bafac6d831607cc7675cec0e0f214c78e2a.zip
(erc-log-matches): Fix typos in docstring.
-rw-r--r--lisp/erc/ChangeLog7
-rw-r--r--lisp/erc/erc-match.el10
2 files changed, 12 insertions, 5 deletions
diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog
index d72d472d69f..e78222c3254 100644
--- a/lisp/erc/ChangeLog
+++ b/lisp/erc/ChangeLog
@@ -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.
diff --git a/lisp/erc/erc-match.el b/lisp/erc/erc-match.el
index c147b6566f8..a4752588ebd 100644
--- a/lisp/erc/erc-match.el
+++ b/lisp/erc/erc-match.el
@@ -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))))