summaryrefslogtreecommitdiff
path: root/lisp/erc
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2007-11-15 16:49:09 +0000
committerJuanma Barranquero <lekktu@gmail.com>2007-11-15 16:49:09 +0000
commitda2a6e44b1e5232c808c784f9b063546db7b7261 (patch)
treea257b228a358dae32df0d6b5280c2299e4098e55 /lisp/erc
parent38b94e657ebf19ad8d9d933d49910b32788a9a84 (diff)
downloademacs-da2a6e44b1e5232c808c784f9b063546db7b7261.tar.gz
emacs-da2a6e44b1e5232c808c784f9b063546db7b7261.tar.bz2
emacs-da2a6e44b1e5232c808c784f9b063546db7b7261.zip
(erc-log-matches): Fix typo in docstring.
Diffstat (limited to 'lisp/erc')
-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 929df097790..b7f40c39411 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-11-01 Michael Olson <mwolson@gnu.org>
* erc-compat.el (erc-set-write-file-functions): New compatibility
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))))