emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/erc/erc-match.el,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/erc/erc-match.el,v
Date: Thu, 15 Nov 2007 16:47:33 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      07/11/15 16:47:33

Index: erc-match.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/erc/erc-match.el,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- erc-match.el        26 Jul 2007 05:26:52 -0000      1.8
+++ erc-match.el        15 Nov 2007 16:47:32 -0000      1.9
@@ -530,11 +530,11 @@
 
 (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))))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]