]> git.eshelyaron.com Git - emacs.git/commitdiff
(erc-log-matches): Fix typos in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 15 Nov 2007 18:41:18 +0000 (18:41 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 15 Nov 2007 18:41:18 +0000 (18:41 +0000)
lisp/erc/ChangeLog
lisp/erc/erc-match.el

index d72d472d69fe7724b028813304077503728ddbff..e78222c32540d3844071a1b3c994ee1690c0af69 100644 (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.
index c147b6566f8e3bc8c7dda1bca25e290eed4e9d45..a4752588ebd0f77da5e0dc7379504f780b7b1e93 100644 (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))))