erc-commit
[Top][All Lists]
Advanced

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

[Erc-commit] [commit][master] Fix typos in docstrings.


From: mwolson
Subject: [Erc-commit] [commit][master] Fix typos in docstrings.
Date: Thu, 29 Nov 2007 17:40:12 -0500

commit dad899b2f376c39f1faf8899dd657c154c730ab5
Author: Juanma Barranquero <address@hidden>
Date:   Thu Nov 15 00:00:00 2007 -0500

    Fix typos in docstrings.

diff --git a/ChangeLog b/ChangeLog
index e30a999..1733290 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-11-15  Juanma Barranquero  <address@hidden>
+
+       * 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-11  Michael Olson  <address@hidden>
 
        * erc-autoaway.el (erc-autoaway-possibly-set-away):
diff --git a/erc-backend.el b/erc-backend.el
index 4e25049..5b4e79f 100644
--- a/erc-backend.el
+++ b/erc-backend.el
@@ -1018,13 +1018,13 @@ NAME is the response name as sent by the server (see 
the IRC RFC for
 meanings).
 
 This creates:
- - a hook variable `erc-server-NAME-functions' initialised to 
`erc-server-NAME'.
+ - a hook variable `erc-server-NAME-functions' initialized to 
`erc-server-NAME'.
  - a function `erc-server-NAME' with body FN-BODY.
 
 If ALIASES is non-nil, each alias in ALIASES is `defalias'ed to
 `erc-server-NAME'.
 Alias hook variables are created as `erc-server-ALIAS-functions' and
-initialised to the same default value as `erc-server-NAME-functions'.
+initialized to the same default value as `erc-server-NAME-functions'.
 
 FN-BODY is the body of `erc-server-NAME' it may refer to the two
 function arguments PROC and PARSED.
diff --git a/erc-log.el b/erc-log.el
index 8b5e07a..fe3e703 100644
--- a/erc-log.el
+++ b/erc-log.el
@@ -224,8 +224,8 @@ format is defined through a formatting function on
 
 Since automatic logging is not always a Good Thing (especially if
 people say things in different coding systems), you can turn logging
-behaviour on and off with the variable `erc-enable-logging', which can
-also be a predicate function. To only log when you are not set away, use:
+behavior on and off with the variable `erc-enable-logging', which can
+also be a predicate function.  To only log when you are not set away, use:
 
 \(setq erc-enable-logging
       (lambda (buffer)
diff --git a/erc-match.el b/erc-match.el
index c147b65..a475258 100644
--- a/erc-match.el
+++ b/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))))
diff --git a/erc.el b/erc.el
index 2b6494c..413bc83 100644
--- a/erc.el
+++ b/erc.el
@@ -1926,7 +1926,7 @@ already connected and just create a separate buffer for 
the new
 target CHANNEL.
 
 Use PASSWD as user password on the server.  If TGT-LIST is
-non-nil, use it to initialise `erc-default-recipients'.
+non-nil, use it to initialize `erc-default-recipients'.
 
 Returns the buffer for the given server or channel."
   (let ((server-announced-name (when (and (boundp 'erc-session-server)




reply via email to

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